#23a5aa

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

Shades of Light Sea Green #23A5AA

Tints of Light Sea Green #23A5AA

Color information

#23A5AA (or 0x23A5AA) is unknown color: approx Light Sea Green. HEX triplet: 23, A5 and AA. RGB value is (35,165,170). Sum of RGB (Red+Green+Blue) = 35+165+170=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #23A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A5AA is #DC5A55. Grayscale: #7E7E7E. Windows color (decimal): -14441046 or 11183395. OLE color: 11183395.

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

Color convert

RGB35165170-
CMYK0.790.0300.33
HSL182.22º65.85%40.2%-
HSV(B)182.22º79.41%66.67%-
XYZ21.430.1742.73-
YUV126.7152.4362.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.46%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=9.46%
G=44.59%
B=45.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351651700.790.0300.33182.2265.8540.2
Hex23A5AA4F3021b64228
Octal43245252117304126610250
Binary10001110100101101010101001111110100001101101101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23a5aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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