#23ACB0

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

Shades of Light Sea Green #23ACB0

Tints of Light Sea Green #23ACB0

Color information

#23ACB0 (or 0x23ACB0) is unknown color: approx Light Sea Green. HEX triplet: 23, AC and B0. RGB value is (35,172,176). Sum of RGB (Red+Green+Blue) = 35+172+176=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #23ACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ACB0 is #DC534F. Grayscale: #838383. Windows color (decimal): -14439248 or 11578403. OLE color: 11578403.

HSL color Cylindrical-coordinate representation of color #23ACB0: hue angle of 181.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23ACB0 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB35172176-
CMYK0.800.0200.31
HSL181.7º66.82%41.37%-
HSV(B)181.7º80.11%69.02%-
XYZ23.283346.22-
YUV131.49153.1159.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.14%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=9.14%
G=44.91%
B=45.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351721760.800.0200.31181.766.8241.37
Hex23ACB050201Fb64329
Octal43254260120203726610351
Binary1000111010110010110000101000010011111101101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,172,176); }

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

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

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

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

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

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

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