Html Css Color HEX #37B8C6 Viking

📋 copy color: '#37B8C6'

red 55 ◦ green 184 ◦ blue 198

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

Shades of Viking #37B8C6

Tints of Viking #37B8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 12.59%
G = 42.11%
B = 45.31%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#37B8C6 (or 0x37B8C6) is known color: Viking. HEX triplet: 37, B8 and C6. RGB value is (55,184,198). Sum of RGB (Red+Green+Blue) = 55+184+198=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #37B8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B8C6 is #C84739. Grayscale: #929292. Windows color (decimal): -13125434 or 13023287. OLE color: 13023287.

HSL color Cylindrical-coordinate representation of color #37B8C6: hue angle of 185.87º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37B8C6 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 184 198 -
CMYK 0.72 0.07 0 0.22
HSL 185.87º 0.57% 0.5% -
HSV(B) 185.87º 0.72% 0.78% -
XYZ 28.91 39.17 59.46 -
YUV 147.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 55 184 198 0.72 0.07 0 0.22 185.87 0.57 0.5
Hex 37 B8 C6 48 7 0 16 BA 39 32
Octal 67 270 306 110 7 0 26 272 71 62
Binary 110111 10111000 11000110 1001000 111 0 10110 10111010 111001 110010

Color Harmonies of #37B8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37B8C6

Black with #37B8C6

Text Example


Text Example

White with #37B8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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