#35ADA3

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

Shades of Light Sea Green #35ADA3

Tints of Light Sea Green #35ADA3

Color information

#35ADA3 (or 0x35ADA3) is unknown color: approx Light Sea Green. HEX triplet: 35, AD and A3. RGB value is (53,173,163). Sum of RGB (Red+Green+Blue) = 53+173+163=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #35ADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35ADA3 is #CA525C. Grayscale: #878787. Windows color (decimal): -13259357 or 10726709. OLE color: 10726709.

HSL color Cylindrical-coordinate representation of color #35ADA3: hue angle of 175º 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 #35ADA3 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB53173163-
CMYK0.6900.060.32
HSL175º53.1%44.31%-
HSV(B)175º69.36%67.84%-
XYZ23.0233.2939.86-
YUV135.98143.2468.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.62%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=13.62%
G=44.47%
B=41.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531731630.6900.060.3217553.144.31
Hex35ADA3450620af352c
Octal6525524310506402576554
Binary11010110101101101000111000101011010000010101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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