#23ABAE

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

Shades of Light Sea Green #23ABAE

Tints of Light Sea Green #23ABAE

Color information

#23ABAE (or 0x23ABAE) is unknown color: approx Light Sea Green. HEX triplet: 23, AB and AE. RGB value is (35,171,174). Sum of RGB (Red+Green+Blue) = 35+171+174=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #23ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ABAE is #DC5451. Grayscale: #828282. Windows color (decimal): -14439506 or 11447075. OLE color: 11447075.

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

Color convert

RGB35171174-
CMYK0.800.0200.32
HSL181.29º66.51%40.98%-
HSV(B)181.29º79.89%68.24%-
XYZ22.932.5445.12-
YUV130.68152.4459.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.21%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=9.21%
G=45%
B=45.79%

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
Decimal351711740.800.0200.32181.2966.5140.98
Hex23ABAE502020b54329
Octal43253256120204026510351
Binary10001110101011101011101010000100100000101101011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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