#1BCCAD

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

Shades of Light Sea Green #1BCCAD

Tints of Light Sea Green #1BCCAD

Color information

#1BCCAD (or 0x1BCCAD) is unknown color: approx Light Sea Green. HEX triplet: 1B, CC and AD. RGB value is (27,204,173). Sum of RGB (Red+Green+Blue) = 27+204+173=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCCAD is #E43352. Grayscale: #939393. Windows color (decimal): -14955347 or 11389979. OLE color: 11389979.

HSL color Cylindrical-coordinate representation of color #1BCCAD: hue angle of 169.49º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCCAD is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB27204173-
CMYK0.8700.150.2
HSL169.49º76.62%45.29%-
HSV(B)169.49º86.76%80%-
XYZ29.5946.4446.94-
YUV147.54142.3642.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.68%
GREEN value IS 204 (80.08% from 255) = 50.50%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=6.68%
G=50.50%
B=42.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal272041730.8700.150.2169.4976.6245.29
Hex1BCCAD570F14a94d2d
Octal333142551270172425111555
Binary11011110011001010110110101110111110100101010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,204,173); }

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

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

 a { background-color: rgb(27,204,173); }

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

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

 span { border-color: rgb(27,204,173); }

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