#23ADAC

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

Shades of Light Sea Green #23ADAC

Tints of Light Sea Green #23ADAC

Color information

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

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

Color convert

RGB35173172-
CMYK0.8000.010.32
HSL179.57º66.35%40.78%-
HSV(B)179.57º79.77%67.84%-
XYZ23.0833.2244.23-
YUV131.62150.7859.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351731720.8000.010.32179.5766.3540.78
Hex23ADAC500120b44229
Octal43255254120014026410251
Binary1000111010110110101100101000001100000101101001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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