#35ADA5

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

Shades of Light Sea Green #35ADA5

Tints of Light Sea Green #35ADA5

Color information

#35ADA5 (or 0x35ADA5) is unknown color: approx Light Sea Green. HEX triplet: 35, AD and A5. RGB value is (53,173,165). Sum of RGB (Red+Green+Blue) = 53+173+165=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #35ADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ADA5 is #CA525A. Grayscale: #888888. Windows color (decimal): -13259355 or 10857781. OLE color: 10857781.

HSL color Cylindrical-coordinate representation of color #35ADA5: hue angle of 176º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35ADA5 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB53173165-
CMYK0.6900.050.32
HSL176º53.1%44.31%-
HSV(B)176º69.36%67.84%-
XYZ23.233.3640.81-
YUV136.21144.2468.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 173 (67.97% from 255) = 44.25%
BLUE value IS 165 (64.84% from 255) = 42.20%
R=13.55%
G=44.25%
B=42.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531731650.6900.050.3217653.144.31
Hex35ADA5450520b0352c
Octal6525524510505402606554
Binary11010110101101101001011000101010110000010110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35ADA5; }

 p { color: rgb(53,173,165); }

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

<style>
 a { background-color: #35ADA5; }

 a { background-color: rgb(53,173,165); }

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

<style>
 span { border-color: #35ADA5; }

 span { border-color: rgb(53,173,165); }

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