#23BFAC

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

Shades of Light Sea Green #23BFAC

Tints of Light Sea Green #23BFAC

Color information

#23BFAC (or 0x23BFAC) is unknown color: approx Light Sea Green. HEX triplet: 23, BF and AC. RGB value is (35,191,172). Sum of RGB (Red+Green+Blue) = 35+191+172=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #23BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BFAC is #DC4053. Grayscale: #8E8E8E. Windows color (decimal): -14434388 or 11321123. OLE color: 11321123.

HSL color Cylindrical-coordinate representation of color #23BFAC: hue angle of 172.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BFAC is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB35191172-
CMYK0.8200.100.25
HSL172.69º69.03%44.31%-
HSV(B)172.69º81.68%74.9%-
XYZ26.7740.645.45-
YUV142.19144.8251.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.79%
GREEN value IS 191 (75% from 255) = 47.99%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=8.79%
G=47.99%
B=43.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351911720.8200.100.25172.6969.0344.31
Hex23BFAC520A19ad452c
Octal432772541220123125510554
Binary100011101111111010110010100100101011001101011011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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