#31AEA7

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

Shades of Light Sea Green #31AEA7

Tints of Light Sea Green #31AEA7

Color information

#31AEA7 (or 0x31AEA7) is unknown color: approx Light Sea Green. HEX triplet: 31, AE and A7. RGB value is (49,174,167). Sum of RGB (Red+Green+Blue) = 49+174+167=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #31AEA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AEA7 is #CE5158. Grayscale: #878787. Windows color (decimal): -13521241 or 10989105. OLE color: 10989105.

HSL color Cylindrical-coordinate representation of color #31AEA7: hue angle of 176.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AEA7 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB49174167-
CMYK0.7200.040.32
HSL176.64º56.05%43.73%-
HSV(B)176.64º71.84%68.24%-
XYZ23.3833.7241.83-
YUV135.83145.5966.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.56%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=12.56%
G=44.62%
B=42.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491741670.7200.040.32176.6456.0543.73
Hex31AEA7480420b1382c
Octal6125624711004402617054
Binary11000110101110101001111001000010010000010110001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31AEA7; }

 p { color: rgb(49,174,167); }

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

<style>
 a { background-color: #31AEA7; }

 a { background-color: rgb(49,174,167); }

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

<style>
 span { border-color: #31AEA7; }

 span { border-color: rgb(49,174,167); }

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