#23B4BE

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

Shades of Light Sea Green #23B4BE

Tints of Light Sea Green #23B4BE

Color information

#23B4BE (or 0x23B4BE) is unknown color: approx Light Sea Green. HEX triplet: 23, B4 and BE. RGB value is (35,180,190). Sum of RGB (Red+Green+Blue) = 35+180+190=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #23B4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B4BE is #DC4B41. Grayscale: #898989. Windows color (decimal): -14437186 or 12497955. OLE color: 12497955.

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

Color convert

RGB35180190-
CMYK0.820.0500.25
HSL183.87º68.89%44.12%-
HSV(B)183.87º81.58%74.51%-
XYZ26.3136.7254.42-
YUV137.78157.4654.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.64%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=8.64%
G=44.44%
B=46.91%

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
Decimal351801900.820.0500.25183.8768.8944.12
Hex23B4BE525019b8452c
Octal43264276122503127010554
Binary10001110110100101111101010010101011001101110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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