#23B5BE

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

Shades of Light Sea Green #23B5BE

Tints of Light Sea Green #23B5BE

Color information

#23B5BE (or 0x23B5BE) is unknown color: approx Light Sea Green. HEX triplet: 23, B5 and BE. RGB value is (35,181,190). Sum of RGB (Red+Green+Blue) = 35+181+190=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #23B5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B5BE is #DC4A41. Grayscale: #8A8A8A. Windows color (decimal): -14436930 or 12498211. OLE color: 12498211.

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

Color convert

RGB35181190-
CMYK0.820.0500.25
HSL183.48º68.89%44.12%-
HSV(B)183.48º81.58%74.51%-
XYZ26.5137.1254.48-
YUV138.37157.1354.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.62%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=8.62%
G=44.58%
B=46.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351811900.820.0500.25183.4868.8944.12
Hex23B5BE525019b7452c
Octal43265276122503126710554
Binary10001110110101101111101010010101011001101101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,181,190); }

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

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

 a { background-color: rgb(35,181,190); }

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

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

 span { border-color: rgb(35,181,190); }

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