#37B0A5

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

Shades of Light Sea Green #37B0A5

Tints of Light Sea Green #37B0A5

Color information

#37B0A5 (or 0x37B0A5) is unknown color: approx Light Sea Green. HEX triplet: 37, B0 and A5. RGB value is (55,176,165). Sum of RGB (Red+Green+Blue) = 55+176+165=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #37B0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B0A5 is #C84F5A. Grayscale: #8A8A8A. Windows color (decimal): -13127515 or 10858551. OLE color: 10858551.

HSL color Cylindrical-coordinate representation of color #37B0A5: hue angle of 174.55º 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 #37B0A5 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB55176165-
CMYK0.6900.060.31
HSL174.55º52.38%45.29%-
HSV(B)174.55º68.75%69.02%-
XYZ23.8934.5841.01-
YUV138.57142.9168.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.89%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 165 (64.84% from 255) = 41.67%
R=13.89%
G=44.44%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551761650.6900.060.31174.5552.3845.29
Hex37B0A545061Faf342d
Octal6726024510506372576455
Binary1101111011000010100101100010101101111110101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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