Html Css Color HEX #37BDCC Viking

📋 copy color: '#37BDCC'

red 55 ◦ green 189 ◦ blue 204

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

Shades of Viking #37BDCC

Tints of Viking #37BDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 12.28%
G = 42.19%
B = 45.54%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#37BDCC (or 0x37BDCC) is known color: Viking. HEX triplet: 37, BD and CC. RGB value is (55,189,204). Sum of RGB (Red+Green+Blue) = 55+189+204=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #37BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDCC is #C84233. Grayscale: #969696. Windows color (decimal): -13124148 or 13417783. OLE color: 13417783.

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

Color convert

RGB 55 189 204 -
CMYK 0.73 0.07 0 0.2
HSL 186.04º 0.59% 0.51% -
HSV(B) 186.04º 0.73% 0.8% -
XYZ 30.67 41.57 63.53 -
YUV 150.64 158.11 59.78 -
System Red Green Blue C M Y K H S L
Decimal 55 189 204 0.73 0.07 0 0.2 186.04 0.59 0.51
Hex 37 BD CC 49 7 0 14 BA 3B 33
Octal 67 275 314 111 7 0 24 272 73 63
Binary 110111 10111101 11001100 1001001 111 0 10100 10111010 111011 110011

Color Harmonies of #37BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BDCC

Black with #37BDCC

Text Example


Text Example

White with #37BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,189,204); }

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

background-color css

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

 a { background-color: rgb(55,189,204); }

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

border-color css

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

 span { border-color: rgb(55,189,204); }

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