#23B6C4

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

Shades of Light Sea Green #23B6C4

Tints of Light Sea Green #23B6C4

Color information

#23B6C4 (or 0x23B6C4) is unknown color: approx Light Sea Green. HEX triplet: 23, B6 and C4. RGB value is (35,182,196). Sum of RGB (Red+Green+Blue) = 35+182+196=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #23B6C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B6C4 is #DC493B. Grayscale: #8B8B8B. Windows color (decimal): -14436668 or 12891683. OLE color: 12891683.

HSL color Cylindrical-coordinate representation of color #23B6C4: hue angle of 185.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23B6C4 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB35182196-
CMYK0.820.0700.23
HSL185.22º69.7%45.29%-
HSV(B)185.22º82.14%76.86%-
XYZ27.3837.858.08-
YUV139.64159.853.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.47%
GREEN value IS 182 (71.48% from 255) = 44.07%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=8.47%
G=44.07%
B=47.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal351821960.820.0700.23185.2269.745.29
Hex23B6C4527017b9462d
Octal43266304122702727110655
Binary10001110110110110001001010010111010111101110011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,182,196); }

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

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

 a { background-color: rgb(35,182,196); }

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

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

 span { border-color: rgb(35,182,196); }

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