Html Css Color HEX #37B8CB Viking

📋 copy color: '#37B8CB'

red 55 ◦ green 184 ◦ blue 203

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

Shades of Viking #37B8CB

Tints of Viking #37B8CB

RGB

 RED value IS 55 (21.88% from 255) = 12.44%

 GREEN value IS 184 (72.27% from 255) = 41.63%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 12.44%
G = 41.63%
B = 45.93%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37B8CB (or 0x37B8CB) is known color: Viking. HEX triplet: 37, B8 and CB. RGB value is (55,184,203). Sum of RGB (Red+Green+Blue) = 55+184+203=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #37B8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B8CB is #C84734. Grayscale: #939393. Windows color (decimal): -13125429 or 13350967. OLE color: 13350967.

HSL color Cylindrical-coordinate representation of color #37B8CB: hue angle of 187.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37B8CB is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 184 203 -
CMYK 0.73 0.09 0 0.20
HSL 187.7º 0.59% 0.51% -
HSV(B) 187.7º 0.73% 0.8% -
XYZ 29.5 39.41 62.55 -
YUV 147.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 55 184 203 0.73 0.09 0 0.20 187.7 0.59 0.51
Hex 37 B8 CB 49 9 0 14 BC 3B 33
Octal 67 270 313 111 11 0 24 274 73 63
Binary 110111 10111000 11001011 1001001 1001 0 10100 10111100 111011 110011

Color Harmonies of #37B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B8CB

Black with #37B8CB

Text Example


Text Example

White with #37B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37B8CB; }

 p { color: rgb(55,184,203); }

 H1.HeaderClassName
 {
   color: #37B8CB;
 }
 .AnyTagClassName
 {
   color: #37B8CB;
 }
</style>

background-color css

<style>
 a { background-color: #37B8CB; }

 a { background-color: rgb(55,184,203); }

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

border-color css

<style>
 span { border-color: #37B8CB; }

 span { border-color: rgb(55,184,203); }

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