Html Css Color HEX #37BCCC Viking

📋 copy color: '#37BCCC'

red 55 ◦ green 188 ◦ blue 204

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

Shades of Viking #37BCCC

Tints of Viking #37BCCC

RGB

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

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

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

R = 12.3%
G = 42.06%
B = 45.64%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#37BCCC (or 0x37BCCC) is known color: Viking. HEX triplet: 37, BC and CC. RGB value is (55,188,204). Sum of RGB (Red+Green+Blue) = 55+188+204=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #37BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BCCC is #C84333. Grayscale: #959595. Windows color (decimal): -13124404 or 13417527. OLE color: 13417527.

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

Color convert

RGB 55 188 204 -
CMYK 0.73 0.08 0 0.2
HSL 186.44º 0.59% 0.51% -
HSV(B) 186.44º 0.73% 0.8% -
XYZ 30.46 41.14 63.46 -
YUV 150.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 55 188 204 0.73 0.08 0 0.2 186.44 0.59 0.51
Hex 37 BC CC 49 8 0 14 BA 3B 33
Octal 67 274 314 111 10 0 24 272 73 63
Binary 110111 10111100 11001100 1001001 1000 0 10100 10111010 111011 110011

Color Harmonies of #37BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BCCC

Black with #37BCCC

Text Example


Text Example

White with #37BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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