#23AAAE

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

Shades of Light Sea Green #23AAAE

Tints of Light Sea Green #23AAAE

Color information

#23AAAE (or 0x23AAAE) is unknown color: approx Light Sea Green. HEX triplet: 23, AA and AE. RGB value is (35,170,174). Sum of RGB (Red+Green+Blue) = 35+170+174=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #23AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AAAE is #DC5551. Grayscale: #818181. Windows color (decimal): -14439762 or 11446819. OLE color: 11446819.

HSL color Cylindrical-coordinate representation of color #23AAAE: hue angle of 181.73º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AAAE is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB35170174-
CMYK0.800.0200.32
HSL181.73º66.51%40.98%-
HSV(B)181.73º79.89%68.24%-
XYZ22.7132.1645.06-
YUV130.09152.7760.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.23%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=9.23%
G=44.85%
B=45.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351701740.800.0200.32181.7366.5140.98
Hex23AAAE502020b64329
Octal43252256120204026610351
Binary10001110101010101011101010000100100000101101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23AAAE; }

 p { color: rgb(35,170,174); }

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

<style>
 a { background-color: #23AAAE; }

 a { background-color: rgb(35,170,174); }

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

<style>
 span { border-color: #23AAAE; }

 span { border-color: rgb(35,170,174); }

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