Html Css Color HEX #37BAA4 Shamrock

📋 copy color: '#37BAA4'

red 55 ◦ green 186 ◦ blue 164

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

Shades of Shamrock #37BAA4

Tints of Shamrock #37BAA4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

 BLUE value IS 164 (64.45% from 255) = 40.49%

R = 13.58%
G = 45.93%
B = 40.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#37BAA4 (or 0x37BAA4) is known color: Shamrock. HEX triplet: 37, BA and A4. RGB value is (55,186,164). Sum of RGB (Red+Green+Blue) = 55+186+164=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #37BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BAA4 is #C8455B. Grayscale: #909090. Windows color (decimal): -13124956 or 10795575. OLE color: 10795575.

HSL color Cylindrical-coordinate representation of color #37BAA4: hue angle of 169.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37BAA4 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 186 164 -
CMYK 0.70 0 0.12 0.27
HSL 169.92º 0.54% 0.47% -
HSV(B) 169.92º 0.7% 0.73% -
XYZ 25.84 38.61 41.21 -
YUV 144.32 139.1 64.29 -
System Red Green Blue C M Y K H S L
Decimal 55 186 164 0.70 0 0.12 0.27 169.92 0.54 0.47
Hex 37 BA A4 46 0 C 1B AA 36 2F
Octal 67 272 244 106 0 14 33 252 66 57
Binary 110111 10111010 10100100 1000110 0 1100 11011 10101010 110110 101111

Color Harmonies of #37BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BAA4

Black with #37BAA4

Text Example


Text Example

White with #37BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,186,164); }

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

background-color css

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

 a { background-color: rgb(55,186,164); }

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

border-color css

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

 span { border-color: rgb(55,186,164); }

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