#37C1AF

Color #37C1AF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #37C1AF

Tints of Light Sea Green #37C1AF

Color information

#37C1AF (or 0x37C1AF) is unknown color: approx Light Sea Green. HEX triplet: 37, C1 and AF. RGB value is (55,193,175). Sum of RGB (Red+Green+Blue) = 55+193+175=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #37C1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C1AF is #C83E50. Grayscale: #959595. Windows color (decimal): -13123153 or 11518263. OLE color: 11518263.

HSL color Cylindrical-coordinate representation of color #37C1AF: hue angle of 172.17º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C1AF is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB55193175-
CMYK0.7200.090.24
HSL172.17º55.65%48.63%-
HSV(B)172.17º71.5%75.69%-
XYZ28.3842.0547.18-
YUV149.69142.2860.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.00%
GREEN value IS 193 (75.78% from 255) = 45.63%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=13.00%
G=45.63%
B=41.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551931750.7200.090.24172.1755.6548.63
Hex37C1AF480918ac3831
Octal67301257110011302547061
Binary11011111000001101011111001000010011100010101100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37C1AF;
 }
 .AnyTagClassName
 {
   color: #37C1AF;
 }
</style>
background-color css

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

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

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

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

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

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