#1CADA4

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

Shades of Light Sea Green #1CADA4

Tints of Light Sea Green #1CADA4

Color information

#1CADA4 (or 0x1CADA4) is unknown color: approx Light Sea Green. HEX triplet: 1C, AD and A4. RGB value is (28,173,164). Sum of RGB (Red+Green+Blue) = 28+173+164=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #1CADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CADA4 is #E3525B. Grayscale: #808080. Windows color (decimal): -14897756 or 10792220. OLE color: 10792220.

HSL color Cylindrical-coordinate representation of color #1CADA4: hue angle of 176.28º 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 #1CADA4 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB28173164-
CMYK0.8400.050.32
HSL176.28º72.14%39.41%-
HSV(B)176.28º83.82%67.84%-
XYZ22.1232.8140.29-
YUV128.62147.9656.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.67%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=7.67%
G=47.40%
B=44.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281731640.8400.050.32176.2872.1439.41
Hex1CADA4540520b04827
Octal34255244124054026011047
Binary11100101011011010010010101000101100000101100001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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