#1CBAC1

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

Shades of Light Sea Green #1CBAC1

Tints of Light Sea Green #1CBAC1

Color information

#1CBAC1 (or 0x1CBAC1) is unknown color: approx Light Sea Green. HEX triplet: 1C, BA and C1. RGB value is (28,186,193). Sum of RGB (Red+Green+Blue) = 28+186+193=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #1CBAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBAC1 is #E3453E. Grayscale: #8B8B8B. Windows color (decimal): -14894399 or 12696092. OLE color: 12696092.

HSL color Cylindrical-coordinate representation of color #1CBAC1: hue angle of 182.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBAC1 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB28186193-
CMYK0.850.0400.24
HSL182.55º74.66%43.33%-
HSV(B)182.55º85.49%75.69%-
XYZ27.6639.2156.56-
YUV139.56158.1548.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.88%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=6.88%
G=45.70%
B=47.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281861930.850.0400.24182.5574.6643.33
Hex1CBAC1554018b74b2b
Octal34272301125403026711353
Binary1110010111010110000011010101100011000101101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CBAC1; }

 p { color: rgb(28,186,193); }

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

<style>
 a { background-color: #1CBAC1; }

 a { background-color: rgb(28,186,193); }

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

<style>
 span { border-color: #1CBAC1; }

 span { border-color: rgb(28,186,193); }

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