#23B1C3

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

Shades of Light Sea Green #23B1C3

Tints of Light Sea Green #23B1C3

Color information

#23B1C3 (or 0x23B1C3) is unknown color: approx Light Sea Green. HEX triplet: 23, B1 and C3. RGB value is (35,177,195). Sum of RGB (Red+Green+Blue) = 35+177+195=407 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.60% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #23B1C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B1C3 is #DC4E3C. Grayscale: #888888. Windows color (decimal): -14437949 or 12824867. OLE color: 12824867.

HSL color Cylindrical-coordinate representation of color #23B1C3: hue angle of 186.75º degrees, saturation: 0.7, 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 #23B1C3 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB35177195-
CMYK0.820.0900.24
HSL186.75º69.57%45.1%-
HSV(B)186.75º82.05%76.47%-
XYZ26.2735.7457.14-
YUV136.59160.9655.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.60%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 195 (76.56% from 255) = 47.91%
R=8.60%
G=43.49%
B=47.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal351771950.820.0900.24186.7569.5745.1
Hex23B1C3529018bb462d
Octal432613031221103027310655
Binary100011101100011100001110100101001011000101110111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,177,195); }

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

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

 a { background-color: rgb(35,177,195); }

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

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

 span { border-color: rgb(35,177,195); }

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