Html Css Color HEX #37BEA5 Shamrock

📋 copy color: '#37BEA5'

red 55 ◦ green 190 ◦ blue 165

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

Shades of Shamrock #37BEA5

Tints of Shamrock #37BEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

 BLUE value IS 165 (64.84% from 255) = 40.24%

R = 13.41%
G = 46.34%
B = 40.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#37BEA5 (or 0x37BEA5) is known color: Shamrock. HEX triplet: 37, BE and A5. RGB value is (55,190,165). Sum of RGB (Red+Green+Blue) = 55+190+165=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #37BEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BEA5 is #C8415A. Grayscale: #929292. Windows color (decimal): -13123931 or 10862135. OLE color: 10862135.

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

Color convert

RGB 55 190 165 -
CMYK 0.71 0 0.13 0.25
HSL 168.89º 0.55% 0.48% -
HSV(B) 168.89º 0.71% 0.75% -
XYZ 26.78 40.36 41.98 -
YUV 146.79 138.27 62.53 -
System Red Green Blue C M Y K H S L
Decimal 55 190 165 0.71 0 0.13 0.25 168.89 0.55 0.48
Hex 37 BE A5 47 0 D 19 A9 37 30
Octal 67 276 245 107 0 15 31 251 67 60
Binary 110111 10111110 10100101 1000111 0 1101 11001 10101001 110111 110000

Color Harmonies of #37BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BEA5

Black with #37BEA5

Text Example


Text Example

White with #37BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,190,165); }

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

background-color css

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

 a { background-color: rgb(55,190,165); }

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

border-color css

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

 span { border-color: rgb(55,190,165); }

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