#23BCA0

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

Shades of Light Sea Green #23BCA0

Tints of Light Sea Green #23BCA0

Color information

#23BCA0 (or 0x23BCA0) is unknown color: approx Light Sea Green. HEX triplet: 23, BC and A0. RGB value is (35,188,160). Sum of RGB (Red+Green+Blue) = 35+188+160=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #23BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BCA0 is #DC435F. Grayscale: #8B8B8B. Windows color (decimal): -14435168 or 10533923. OLE color: 10533923.

HSL color Cylindrical-coordinate representation of color #23BCA0: hue angle of 169.02º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BCA0 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB35188160-
CMYK0.8100.150.26
HSL169.02º68.61%43.73%-
HSV(B)169.02º81.38%73.73%-
XYZ25.0238.8639.44-
YUV139.06139.8153.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.14%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=9.14%
G=49.09%
B=41.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351881600.8100.150.26169.0268.6143.73
Hex23BCA0510F1Aa9452c
Octal432742401210173225110554
Binary100011101111001010000010100010111111010101010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,188,160); }

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

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

 a { background-color: rgb(35,188,160); }

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

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

 span { border-color: rgb(35,188,160); }

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