#23A5AB

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

Shades of Light Sea Green #23A5AB

Tints of Light Sea Green #23A5AB

Color information

#23A5AB (or 0x23A5AB) is unknown color: approx Light Sea Green. HEX triplet: 23, A5 and AB. RGB value is (35,165,171). Sum of RGB (Red+Green+Blue) = 35+165+171=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #23A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A5AB is #DC5A54. Grayscale: #7E7E7E. Windows color (decimal): -14441045 or 11248931. OLE color: 11248931.

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

Color convert

RGB35165171-
CMYK0.800.0400.33
HSL182.65º66.02%40.39%-
HSV(B)182.65º79.53%67.06%-
XYZ21.530.2143.23-
YUV126.81152.9362.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.43%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=9.43%
G=44.47%
B=46.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351651710.800.0400.33182.6566.0240.39
Hex23A5AB504021b74228
Octal43245253120404126710250
Binary100011101001011010101110100001000100001101101111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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