Html Css Color HEX #37AFA0 Light Sea Green

📋 copy color: '#37AFA0'

red 55 ◦ green 175 ◦ blue 160

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

Shades of Light Sea Green #37AFA0

Tints of Light Sea Green #37AFA0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 14.1%
G = 44.87%
B = 41.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#37AFA0 (or 0x37AFA0) is known color: Light Sea Green. HEX triplet: 37, AF and A0. RGB value is (55,175,160). Sum of RGB (Red+Green+Blue) = 55+175+160=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #37AFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AFA0 is #C8505F. Grayscale: #898989. Windows color (decimal): -13127776 or 10530615. OLE color: 10530615.

HSL color Cylindrical-coordinate representation of color #37AFA0: hue angle of 172.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37AFA0 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 175 160 -
CMYK 0.69 0 0.09 0.31
HSL 172.5º 0.52% 0.45% -
HSV(B) 172.5º 0.69% 0.69% -
XYZ 23.25 34.01 38.6 -
YUV 137.41 140.74 69.22 -
System Red Green Blue C M Y K H S L
Decimal 55 175 160 0.69 0 0.09 0.31 172.5 0.52 0.45
Hex 37 AF A0 45 0 9 1F AC 34 2D
Octal 67 257 240 105 0 11 37 254 64 55
Binary 110111 10101111 10100000 1000101 0 1001 11111 10101100 110100 101101

Color Harmonies of #37AFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AFA0

Black with #37AFA0

Text Example


Text Example

White with #37AFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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