#23A7AC

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

Shades of Light Sea Green #23A7AC

Tints of Light Sea Green #23A7AC

Color information

#23A7AC (or 0x23A7AC) is unknown color: approx Light Sea Green. HEX triplet: 23, A7 and AC. RGB value is (35,167,172). Sum of RGB (Red+Green+Blue) = 35+167+172=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #23A7AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A7AC is #DC5853. Grayscale: #7F7F7F. Windows color (decimal): -14440532 or 11314979. OLE color: 11314979.

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

Color convert

RGB35167172-
CMYK0.800.0300.33
HSL182.19º66.18%40.59%-
HSV(B)182.19º79.65%67.45%-
XYZ21.9630.9743.85-
YUV128.1152.7761.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.36%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=9.36%
G=44.65%
B=45.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351671720.800.0300.33182.1966.1840.59
Hex23A7AC503021b64229
Octal43247254120304126610251
Binary10001110100111101011001010000110100001101101101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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