#23ABAB

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

Shades of Light Sea Green #23ABAB

Tints of Light Sea Green #23ABAB

Color information

#23ABAB (or 0x23ABAB) is unknown color: approx Light Sea Green. HEX triplet: 23, AB and AB. RGB value is (35,171,171). Sum of RGB (Red+Green+Blue) = 35+171+171=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #23ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ABAB is #DC5454. Grayscale: #828282. Windows color (decimal): -14439509 or 11250467. OLE color: 11250467.

HSL color Cylindrical-coordinate representation of color #23ABAB: hue angle of 180º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23ABAB is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35171171-
CMYK0.80000.33
HSL180º66.02%40.39%-
HSV(B)180º79.53%67.06%-
XYZ22.6132.4243.59-
YUV130.34150.9460-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.28%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=9.28%
G=45.36%
B=45.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351711710.80000.3318066.0240.39
Hex23ABAB500021b44228
Octal43253253120004126410250
Binary1000111010101110101011101000000100001101101001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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