#23B2A2

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

Shades of Light Sea Green #23B2A2

Tints of Light Sea Green #23B2A2

Color information

#23B2A2 (or 0x23B2A2) is unknown color: approx Light Sea Green. HEX triplet: 23, B2 and A2. RGB value is (35,178,162). Sum of RGB (Red+Green+Blue) = 35+178+162=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #23B2A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B2A2 is #DC4D5D. Grayscale: #858585. Windows color (decimal): -14437726 or 10662435. OLE color: 10662435.

HSL color Cylindrical-coordinate representation of color #23B2A2: hue angle of 173.29º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B2A2 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB35178162-
CMYK0.8000.090.30
HSL173.29º67.14%41.76%-
HSV(B)173.29º80.34%69.8%-
XYZ23.1434.8139.68-
YUV133.42144.1257.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.33%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=9.33%
G=47.47%
B=43.2%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal351781620.8000.090.30173.2967.1441.76
Hex23B2A250091Ead432a
Octal432622421200113625510352
Binary100011101100101010001010100000100111110101011011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,178,162); }

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

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

 a { background-color: rgb(35,178,162); }

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

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

 span { border-color: rgb(35,178,162); }

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