Html Css Color HEX #37BBCB Viking

📋 copy color: '#37BBCB'

red 55 ◦ green 187 ◦ blue 203

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

Shades of Viking #37BBCB

Tints of Viking #37BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.02%

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

R = 12.36%
G = 42.02%
B = 45.62%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37BBCB (or 0x37BBCB) is known color: Viking. HEX triplet: 37, BB and CB. RGB value is (55,187,203). Sum of RGB (Red+Green+Blue) = 55+187+203=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #37BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BBCB is #C84434. Grayscale: #959595. Windows color (decimal): -13124661 or 13351735. OLE color: 13351735.

HSL color Cylindrical-coordinate representation of color #37BBCB: hue angle of 186.49º 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 #37BBCB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 187 203 -
CMYK 0.73 0.08 0 0.20
HSL 186.49º 0.59% 0.51% -
HSV(B) 186.49º 0.73% 0.8% -
XYZ 30.13 40.66 62.76 -
YUV 149.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 55 187 203 0.73 0.08 0 0.20 186.49 0.59 0.51
Hex 37 BB CB 49 8 0 14 BA 3B 33
Octal 67 273 313 111 10 0 24 272 73 63
Binary 110111 10111011 11001011 1001001 1000 0 10100 10111010 111011 110011

Color Harmonies of #37BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BBCB

Black with #37BBCB

Text Example


Text Example

White with #37BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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