Html Css Color HEX #37BCC9 Viking

📋 copy color: '#37BCC9'

red 55 ◦ green 188 ◦ blue 201

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

Shades of Viking #37BCC9

Tints of Viking #37BCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 12.39%
G = 42.34%
B = 45.27%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#37BCC9 (or 0x37BCC9) is known color: Viking. HEX triplet: 37, BC and C9. RGB value is (55,188,201). Sum of RGB (Red+Green+Blue) = 55+188+201=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #37BCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BCC9 is #C84336. Grayscale: #959595. Windows color (decimal): -13124407 or 13220919. OLE color: 13220919.

HSL color Cylindrical-coordinate representation of color #37BCC9: hue angle of 185.34º degrees, saturation: 0.57, 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 #37BCC9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 188 201 -
CMYK 0.73 0.06 0 0.21
HSL 185.34º 0.57% 0.5% -
HSV(B) 185.34º 0.73% 0.79% -
XYZ 30.1 41 61.58 -
YUV 149.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 55 188 201 0.73 0.06 0 0.21 185.34 0.57 0.5
Hex 37 BC C9 49 6 0 15 B9 39 32
Octal 67 274 311 111 6 0 25 271 71 62
Binary 110111 10111100 11001001 1001001 110 0 10101 10111001 111001 110010

Color Harmonies of #37BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BCC9

Black with #37BCC9

Text Example


Text Example

White with #37BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,188,201); }

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

background-color css

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

 a { background-color: rgb(55,188,201); }

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

border-color css

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

 span { border-color: rgb(55,188,201); }

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