#23B4BF

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

Shades of Light Sea Green #23B4BF

Tints of Light Sea Green #23B4BF

Color information

#23B4BF (or 0x23B4BF) is unknown color: approx Light Sea Green. HEX triplet: 23, B4 and BF. RGB value is (35,180,191). Sum of RGB (Red+Green+Blue) = 35+180+191=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #23B4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B4BF is #DC4B40. Grayscale: #898989. Windows color (decimal): -14437185 or 12563491. OLE color: 12563491.

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

Color convert

RGB35180191-
CMYK0.820.0600.25
HSL184.23º69.03%44.31%-
HSV(B)184.23º81.68%74.9%-
XYZ26.4236.7654.99-
YUV137.9157.9654.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.62%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 191 (75% from 255) = 47.04%
R=8.62%
G=44.33%
B=47.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351801910.820.0600.25184.2369.0344.31
Hex23B4BF526019b8452c
Octal43264277122603127010554
Binary10001110110100101111111010010110011001101110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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