#37B0A4

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

Shades of Light Sea Green #37B0A4

Tints of Light Sea Green #37B0A4

Color information

#37B0A4 (or 0x37B0A4) is unknown color: approx Light Sea Green. HEX triplet: 37, B0 and A4. RGB value is (55,176,164). Sum of RGB (Red+Green+Blue) = 55+176+164=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #37B0A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B0A4 is #C84F5B. Grayscale: #8A8A8A. Windows color (decimal): -13127516 or 10793015. OLE color: 10793015.

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

Color convert

RGB55176164-
CMYK0.6900.070.31
HSL174.05º52.38%45.29%-
HSV(B)174.05º68.75%69.02%-
XYZ23.834.5440.53-
YUV138.45142.4168.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=13.92%
G=44.56%
B=41.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551761640.6900.070.31174.0552.3845.29
Hex37B0A445071Fae342d
Octal6726024410507372566455
Binary1101111011000010100100100010101111111110101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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