Html Css Color HEX #37BCA2 Shamrock

📋 copy color: '#37BCA2'

red 55 ◦ green 188 ◦ blue 162

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

Shades of Shamrock #37BCA2

Tints of Shamrock #37BCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40%

R = 13.58%
G = 46.42%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#37BCA2 (or 0x37BCA2) is known color: Shamrock. HEX triplet: 37, BC and A2. RGB value is (55,188,162). Sum of RGB (Red+Green+Blue) = 55+188+162=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #37BCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BCA2 is #C8435D. Grayscale: #919191. Windows color (decimal): -13124446 or 10665015. OLE color: 10665015.

HSL color Cylindrical-coordinate representation of color #37BCA2: hue angle of 168.27º 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 #37BCA2 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 188 162 -
CMYK 0.71 0 0.14 0.26
HSL 168.27º 0.55% 0.48% -
HSV(B) 168.27º 0.71% 0.74% -
XYZ 26.08 39.39 40.41 -
YUV 145.27 137.44 63.61 -
System Red Green Blue C M Y K H S L
Decimal 55 188 162 0.71 0 0.14 0.26 168.27 0.55 0.48
Hex 37 BC A2 47 0 E 1A A8 37 30
Octal 67 274 242 107 0 16 32 250 67 60
Binary 110111 10111100 10100010 1000111 0 1110 11010 10101000 110111 110000

Color Harmonies of #37BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BCA2

Black with #37BCA2

Text Example


Text Example

White with #37BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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