#1CADA6

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

Shades of Light Sea Green #1CADA6

Tints of Light Sea Green #1CADA6

Color information

#1CADA6 (or 0x1CADA6) is unknown color: approx Light Sea Green. HEX triplet: 1C, AD and A6. RGB value is (28,173,166). Sum of RGB (Red+Green+Blue) = 28+173+166=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #1CADA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CADA6 is #E35259. Grayscale: #808080. Windows color (decimal): -14897754 or 10923292. OLE color: 10923292.

HSL color Cylindrical-coordinate representation of color #1CADA6: hue angle of 177.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CADA6 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB28173166-
CMYK0.8400.040.32
HSL177.1º72.14%39.41%-
HSV(B)177.1º83.82%67.84%-
XYZ22.3132.8941.25-
YUV128.85148.9656.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.63%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=7.63%
G=47.14%
B=45.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281731660.8400.040.32177.172.1439.41
Hex1CADA6540420b14827
Octal34255246124044026111047
Binary11100101011011010011010101000100100000101100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,173,166); }

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

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

 a { background-color: rgb(28,173,166); }

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

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

 span { border-color: rgb(28,173,166); }

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