#31AEB7

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

Shades of Light Sea Green #31AEB7

Tints of Light Sea Green #31AEB7

Color information

#31AEB7 (or 0x31AEB7) is unknown color: approx Light Sea Green. HEX triplet: 31, AE and B7. RGB value is (49,174,183). Sum of RGB (Red+Green+Blue) = 49+174+183=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #31AEB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEB7 is #CE5148. Grayscale: #898989. Windows color (decimal): -13521225 or 12037681. OLE color: 12037681.

HSL color Cylindrical-coordinate representation of color #31AEB7: hue angle of 184.03º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31AEB7 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB49174183-
CMYK0.730.0500.28
HSL184.03º57.76%45.49%-
HSV(B)184.03º73.22%71.76%-
XYZ24.9534.3450.11-
YUV137.65153.5964.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.07%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=12.07%
G=42.86%
B=45.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal491741830.730.0500.28184.0357.7645.49
Hex31AEB749501Cb83a2d
Octal6125626711150342707255
Binary1100011010111010110111100100110101110010111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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