Html Css Color HEX #48C0CF Viking

📋 copy color: '#48C0CF'

red 72 ◦ green 192 ◦ blue 207

#48C0CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #48C0CF

Tints of Viking #48C0CF

RGB

 RED value IS 72 (28.52% from 255) = 15.29%

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 15.29%
G = 40.76%
B = 43.95%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#48C0CF (or 0x48C0CF) is known color: Viking. HEX triplet: 48, C0 and CF. RGB value is (72,192,207). Sum of RGB (Red+Green+Blue) = 72+192+207=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #48C0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0CF is #B73F30. Grayscale: #9D9D9D. Windows color (decimal): -12009265 or 13615176. OLE color: 13615176.

HSL color Cylindrical-coordinate representation of color #48C0CF: hue angle of 186.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C0CF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 192 207 -
CMYK 0.65 0.07 0 0.19
HSL 186.67º 0.58% 0.55% -
HSV(B) 186.67º 0.65% 0.81% -
XYZ 32.78 43.58 65.72 -
YUV 157.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 72 192 207 0.65 0.07 0 0.19 186.67 0.58 0.55
Hex 48 C0 CF 41 7 0 13 BB 3A 37
Octal 110 300 317 101 7 0 23 273 72 67
Binary 1001000 11000000 11001111 1000001 111 0 10011 10111011 111010 110111

Color Harmonies of #48C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C0CF

Black with #48C0CF

Text Example


Text Example

White with #48C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48C0CF; }

 p { color: rgb(72,192,207); }

 H1.HeaderClassName
 {
   color: #48C0CF;
 }
 .AnyTagClassName
 {
   color: #48C0CF;
 }
</style>

background-color css

<style>
 a { background-color: #48C0CF; }

 a { background-color: rgb(72,192,207); }

 div.DivClassName
 {
   background-color: #48C0CF;
 }
 .BgClassName
 {
   background-color: #48C0CF;
 }
</style>

border-color css

<style>
 span { border-color: #48C0CF; }

 span { border-color: rgb(72,192,207); }

 td.TdClassName
 {
   border-color: #48C0CF;
 }
 .TagClassName
 {
   border-color: #48C0CF;
 }
</style>