#23AE9B

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

Shades of Light Sea Green #23AE9B

Tints of Light Sea Green #23AE9B

Color information

#23AE9B (or 0x23AE9B) is unknown color: approx Light Sea Green. HEX triplet: 23, AE and 9B. RGB value is (35,174,155). Sum of RGB (Red+Green+Blue) = 35+174+155=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #23AE9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AE9B is #DC5164. Grayscale: #828282. Windows color (decimal): -14438757 or 10202659. OLE color: 10202659.

HSL color Cylindrical-coordinate representation of color #23AE9B: hue angle of 171.8º 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 #23AE9B is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB35174155-
CMYK0.8000.110.32
HSL171.8º66.51%40.98%-
HSV(B)171.8º79.89%68.24%-
XYZ21.753336.23-
YUV130.27141.9560.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.62%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=9.62%
G=47.80%
B=42.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351741550.8000.110.32171.866.5140.98
Hex23AE9B500B20ac4329
Octal432562331200134025410351
Binary1000111010111010011011101000001011100000101011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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