Html Css Color HEX #37BCBD Viking

📋 copy color: '#37BCBD'

red 55 ◦ green 188 ◦ blue 189

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

Shades of Viking #37BCBD

Tints of Viking #37BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 12.73%
G = 43.52%
B = 43.75%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#37BCBD (or 0x37BCBD) is known color: Viking. HEX triplet: 37, BC and BD. RGB value is (55,188,189). Sum of RGB (Red+Green+Blue) = 55+188+189=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #37BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BCBD is #C84342. Grayscale: #949494. Windows color (decimal): -13124419 or 12434487. OLE color: 12434487.

HSL color Cylindrical-coordinate representation of color #37BCBD: hue angle of 180.45º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BCBD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 188 189 -
CMYK 0.71 0.01 0 0.26
HSL 180.45º 0.55% 0.48% -
HSV(B) 180.45º 0.71% 0.74% -
XYZ 28.74 40.45 54.44 -
YUV 148.35 150.94 61.42 -
System Red Green Blue C M Y K H S L
Decimal 55 188 189 0.71 0.01 0 0.26 180.45 0.55 0.48
Hex 37 BC BD 47 1 0 1A B4 37 30
Octal 67 274 275 107 1 0 32 264 67 60
Binary 110111 10111100 10111101 1000111 1 0 11010 10110100 110111 110000

Color Harmonies of #37BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BCBD

Black with #37BCBD

Text Example


Text Example

White with #37BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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