#23BBBF

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

Shades of Light Sea Green #23BBBF

Tints of Light Sea Green #23BBBF

Color information

#23BBBF (or 0x23BBBF) is unknown color: approx Light Sea Green. HEX triplet: 23, BB and BF. RGB value is (35,187,191). Sum of RGB (Red+Green+Blue) = 35+187+191=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #23BBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBBF is #DC4440. Grayscale: #8D8D8D. Windows color (decimal): -14435393 or 12565283. OLE color: 12565283.

HSL color Cylindrical-coordinate representation of color #23BBBF: hue angle of 181.54º 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 #23BBBF is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35187191-
CMYK0.820.0200.25
HSL181.54º69.03%44.31%-
HSV(B)181.54º81.68%74.9%-
XYZ27.8739.6655.48-
YUV142.01155.6451.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.47%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 191 (75% from 255) = 46.25%
R=8.47%
G=45.28%
B=46.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351871910.820.0200.25181.5469.0344.31
Hex23BBBF522019b6452c
Octal43273277122203126610554
Binary1000111011101110111111101001010011001101101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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