Html Css Color HEX #40ADAA Light Sea Green

📋 copy color: '#40ADAA'

red 64 ◦ green 173 ◦ blue 170

#40ADAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #40ADAA

Tints of Light Sea Green #40ADAA

RGB

 RED value IS 64 (25.39% from 255) = 15.72%

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 15.72%
G = 42.51%
B = 41.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#40ADAA (or 0x40ADAA) is known color: Light Sea Green. HEX triplet: 40, AD and AA. RGB value is (64,173,170). Sum of RGB (Red+Green+Blue) = 64+173+170=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #40ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ADAA is #BF5255. Grayscale: #8B8B8B. Windows color (decimal): -12538454 or 11185472. OLE color: 11185472.

HSL color Cylindrical-coordinate representation of color #40ADAA: hue angle of 178.35º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ADAA is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 173 170 -
CMYK 0.63 0 0.02 0.32
HSL 178.35º 0.46% 0.46% -
HSV(B) 178.35º 0.63% 0.68% -
XYZ 24.31 33.88 43.29 -
YUV 140.07 144.89 73.74 -
System Red Green Blue C M Y K H S L
Decimal 64 173 170 0.63 0 0.02 0.32 178.35 0.46 0.46
Hex 40 AD AA 3F 0 2 20 B2 2E 2E
Octal 100 255 252 77 0 2 40 262 56 56
Binary 1000000 10101101 10101010 111111 0 10 100000 10110010 101110 101110

Color Harmonies of #40ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADAA

Black with #40ADAA

Text Example


Text Example

White with #40ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40ADAA; }

 p { color: rgb(64,173,170); }

 H1.HeaderClassName
 {
   color: #40ADAA;
 }
 .AnyTagClassName
 {
   color: #40ADAA;
 }
</style>

background-color css

<style>
 a { background-color: #40ADAA; }

 a { background-color: rgb(64,173,170); }

 div.DivClassName
 {
   background-color: #40ADAA;
 }
 .BgClassName
 {
   background-color: #40ADAA;
 }
</style>

border-color css

<style>
 span { border-color: #40ADAA; }

 span { border-color: rgb(64,173,170); }

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