Html Css Color HEX #37D6AF Shamrock

📋 copy color: '#37D6AF'

red 55 ◦ green 214 ◦ blue 175

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

Shades of Shamrock #37D6AF

Tints of Shamrock #37D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 12.39%
G = 48.2%
B = 39.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#37D6AF (or 0x37D6AF) is known color: Shamrock. HEX triplet: 37, D6 and AF. RGB value is (55,214,175). Sum of RGB (Red+Green+Blue) = 55+214+175=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #37D6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D6AF is #C82950. Grayscale: #A2A2A2. Windows color (decimal): -13117777 or 11523639. OLE color: 11523639.

HSL color Cylindrical-coordinate representation of color #37D6AF: hue angle of 165.28º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D6AF is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 214 175 -
CMYK 0.74 0 0.18 0.16
HSL 165.28º 0.66% 0.53% -
HSV(B) 165.28º 0.74% 0.84% -
XYZ 33.36 52 48.84 -
YUV 162.01 135.32 51.67 -
System Red Green Blue C M Y K H S L
Decimal 55 214 175 0.74 0 0.18 0.16 165.28 0.66 0.53
Hex 37 D6 AF 4A 0 12 10 A5 42 35
Octal 67 326 257 112 0 22 20 245 102 65
Binary 110111 11010110 10101111 1001010 0 10010 10000 10100101 1000010 110101

Color Harmonies of #37D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D6AF

Black with #37D6AF

Text Example


Text Example

White with #37D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,214,175); }

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

background-color css

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

 a { background-color: rgb(55,214,175); }

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

border-color css

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

 span { border-color: rgb(55,214,175); }

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