#23BBA0

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

Shades of Light Sea Green #23BBA0

Tints of Light Sea Green #23BBA0

Color information

#23BBA0 (or 0x23BBA0) is unknown color: approx Light Sea Green. HEX triplet: 23, BB and A0. RGB value is (35,187,160). Sum of RGB (Red+Green+Blue) = 35+187+160=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #23BBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BBA0 is #DC445F. Grayscale: #8A8A8A. Windows color (decimal): -14435424 or 10533667. OLE color: 10533667.

HSL color Cylindrical-coordinate representation of color #23BBA0: hue angle of 169.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BBA0 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB35187160-
CMYK0.8100.140.27
HSL169.34º68.47%43.53%-
HSV(B)169.34º81.28%73.33%-
XYZ24.8138.4439.37-
YUV138.47140.1454.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.16%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 160 (62.89% from 255) = 41.88%
R=9.16%
G=48.95%
B=41.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351871600.8100.140.27169.3468.4743.53
Hex23BBA0510E1Ba9442c
Octal432732401210163325110454
Binary100011101110111010000010100010111011011101010011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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