#23ACAD

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

Shades of Light Sea Green #23ACAD

Tints of Light Sea Green #23ACAD

Color information

#23ACAD (or 0x23ACAD) is unknown color: approx Light Sea Green. HEX triplet: 23, AC and AD. RGB value is (35,172,173). Sum of RGB (Red+Green+Blue) = 35+172+173=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #23ACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ACAD is #DC5352. Grayscale: #838383. Windows color (decimal): -14439251 or 11381795. OLE color: 11381795.

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

Color convert

RGB35172173-
CMYK0.800.0100.32
HSL180.43º66.35%40.78%-
HSV(B)180.43º79.77%67.84%-
XYZ22.9932.8844.67-
YUV131.15151.6159.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.21%
GREEN value IS 172 (67.58% from 255) = 45.26%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=9.21%
G=45.26%
B=45.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351721730.800.0100.32180.4366.3540.78
Hex23ACAD501020b44229
Octal43254255120104026410251
Binary1000111010110010101101101000010100000101101001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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