Html Css Color HEX #48C0D0 Viking

📋 copy color: '#48C0D0'

red 72 ◦ green 192 ◦ blue 208

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

Shades of Viking #48C0D0

Tints of Viking #48C0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 15.25%
G = 40.68%
B = 44.07%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#48C0D0 (or 0x48C0D0) is known color: Viking. HEX triplet: 48, C0 and D0. RGB value is (72,192,208). Sum of RGB (Red+Green+Blue) = 72+192+208=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #48C0D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0D0 is #B73F2F. Grayscale: #9D9D9D. Windows color (decimal): -12009264 or 13680712. OLE color: 13680712.

HSL color Cylindrical-coordinate representation of color #48C0D0: hue angle of 187.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C0D0 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 192 208 -
CMYK 0.65 0.08 0 0.18
HSL 187.06º 0.59% 0.55% -
HSV(B) 187.06º 0.65% 0.82% -
XYZ 32.91 43.63 66.36 -
YUV 157.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 72 192 208 0.65 0.08 0 0.18 187.06 0.59 0.55
Hex 48 C0 D0 41 8 0 12 BB 3B 37
Octal 110 300 320 101 10 0 22 273 73 67
Binary 1001000 11000000 11010000 1000001 1000 0 10010 10111011 111011 110111

Color Harmonies of #48C0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C0D0

Black with #48C0D0

Text Example


Text Example

White with #48C0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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