#23BEC4

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

Shades of Light Sea Green #23BEC4

Tints of Light Sea Green #23BEC4

Color information

#23BEC4 (or 0x23BEC4) is unknown color: approx Light Sea Green. HEX triplet: 23, BE and C4. RGB value is (35,190,196). Sum of RGB (Red+Green+Blue) = 35+190+196=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #23BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BEC4 is #DC413B. Grayscale: #909090. Windows color (decimal): -14434620 or 12893731. OLE color: 12893731.

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

Color convert

RGB35190196-
CMYK0.820.0300.23
HSL182.24º69.7%45.29%-
HSV(B)182.24º82.14%76.86%-
XYZ29.0741.1758.64-
YUV144.34157.1550.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.31%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=8.31%
G=45.13%
B=46.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal351901960.820.0300.23182.2469.745.29
Hex23BEC4523017b6462d
Octal43276304122302726610655
Binary1000111011111011000100101001011010111101101101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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