Html Css Color HEX #37BBCA Viking

📋 copy color: '#37BBCA'

red 55 ◦ green 187 ◦ blue 202

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

Shades of Viking #37BBCA

Tints of Viking #37BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 12.39%
G = 42.12%
B = 45.5%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#37BBCA (or 0x37BBCA) is known color: Viking. HEX triplet: 37, BB and CA. RGB value is (55,187,202). Sum of RGB (Red+Green+Blue) = 55+187+202=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #37BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BBCA is #C84435. Grayscale: #959595. Windows color (decimal): -13124662 or 13286199. OLE color: 13286199.

HSL color Cylindrical-coordinate representation of color #37BBCA: hue angle of 186.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BBCA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 187 202 -
CMYK 0.73 0.07 0 0.21
HSL 186.12º 0.58% 0.5% -
HSV(B) 186.12º 0.73% 0.79% -
XYZ 30.01 40.62 62.14 -
YUV 149.24 157.77 60.78 -
System Red Green Blue C M Y K H S L
Decimal 55 187 202 0.73 0.07 0 0.21 186.12 0.58 0.5
Hex 37 BB CA 49 7 0 15 BA 3A 32
Octal 67 273 312 111 7 0 25 272 72 62
Binary 110111 10111011 11001010 1001001 111 0 10101 10111010 111010 110010

Color Harmonies of #37BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BBCA

Black with #37BBCA

Text Example


Text Example

White with #37BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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