#1CBB9E

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

Shades of Light Sea Green #1CBB9E

Tints of Light Sea Green #1CBB9E

Color information

#1CBB9E (or 0x1CBB9E) is unknown color: approx Light Sea Green. HEX triplet: 1C, BB and 9E. RGB value is (28,187,158). Sum of RGB (Red+Green+Blue) = 28+187+158=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBB9E is #E34461. Grayscale: #888888. Windows color (decimal): -14894178 or 10402588. OLE color: 10402588.

HSL color Cylindrical-coordinate representation of color #1CBB9E: hue angle of 169.06º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBB9E is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB28187158-
CMYK0.8500.160.27
HSL169.06º73.95%42.16%-
HSV(B)169.06º85.03%73.33%-
XYZ24.4238.2638.44-
YUV136.15140.3250.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.51%
GREEN value IS 187 (73.44% from 255) = 50.13%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=7.51%
G=50.13%
B=42.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281871580.8500.160.27169.0673.9542.16
Hex1CBB9E550101Ba94a2a
Octal342732361250203325111252
Binary111001011101110011110101010101000011011101010011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,187,158); }

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

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

 a { background-color: rgb(28,187,158); }

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

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

 span { border-color: rgb(28,187,158); }

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