#23C1BB

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

Shades of Light Sea Green #23C1BB

Tints of Light Sea Green #23C1BB

Color information

#23C1BB (or 0x23C1BB) is unknown color: approx Light Sea Green. HEX triplet: 23, C1 and BB. RGB value is (35,193,187). Sum of RGB (Red+Green+Blue) = 35+193+187=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #23C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C1BB is #DC3E44. Grayscale: #909090. Windows color (decimal): -14433861 or 12304675. OLE color: 12304675.

HSL color Cylindrical-coordinate representation of color #23C1BB: hue angle of 177.72º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C1BB is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB35193187-
CMYK0.8200.030.24
HSL177.72º69.3%44.71%-
HSV(B)177.72º81.87%75.69%-
XYZ28.7342.0953.62-
YUV145.07151.6549.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.43%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=8.43%
G=46.51%
B=45.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal351931870.8200.030.24177.7269.344.71
Hex23C1BB520318b2452d
Octal43301273122033026210555
Binary1000111100000110111011101001001111000101100101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,193,187); }

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

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

 a { background-color: rgb(35,193,187); }

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

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

 span { border-color: rgb(35,193,187); }

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