#23A6AE

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

Shades of Light Sea Green #23A6AE

Tints of Light Sea Green #23A6AE

Color information

#23A6AE (or 0x23A6AE) is unknown color: approx Light Sea Green. HEX triplet: 23, A6 and AE. RGB value is (35,166,174). Sum of RGB (Red+Green+Blue) = 35+166+174=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #23A6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A6AE is #DC5951. Grayscale: #7F7F7F. Windows color (decimal): -14440786 or 11445795. OLE color: 11445795.

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

Color convert

RGB35166174-
CMYK0.800.0500.32
HSL183.45º66.51%40.98%-
HSV(B)183.45º79.89%68.24%-
XYZ21.9730.6944.81-
YUV127.74154.161.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.33%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=9.33%
G=44.27%
B=46.4%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351661740.800.0500.32183.4566.5140.98
Hex23A6AE505020b74329
Octal43246256120504026710351
Binary100011101001101010111010100001010100000101101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,166,174); }

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

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

 a { background-color: rgb(35,166,174); }

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

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

 span { border-color: rgb(35,166,174); }

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