Html Css Color HEX #40AAA7 Light Sea Green

📋 copy color: '#40AAA7'

red 64 ◦ green 170 ◦ blue 167

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

Shades of Light Sea Green #40AAA7

Tints of Light Sea Green #40AAA7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

 BLUE value IS 167 (65.63% from 255) = 41.65%

R = 15.96%
G = 42.39%
B = 41.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#40AAA7 (or 0x40AAA7) is known color: Light Sea Green. HEX triplet: 40, AA and A7. RGB value is (64,170,167). Sum of RGB (Red+Green+Blue) = 64+170+167=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #40AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAA7 is #BF5558. Grayscale: #898989. Windows color (decimal): -12539225 or 10988096. OLE color: 10988096.

HSL color Cylindrical-coordinate representation of color #40AAA7: hue angle of 178.3º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AAA7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 167 -
CMYK 0.62 0 0.02 0.33
HSL 178.3º 0.45% 0.46% -
HSV(B) 178.3º 0.62% 0.67% -
XYZ 23.46 32.63 41.62 -
YUV 137.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 64 170 167 0.62 0 0.02 0.33 178.3 0.45 0.46
Hex 40 AA A7 3E 0 2 21 B2 2D 2E
Octal 100 252 247 76 0 2 41 262 55 56
Binary 1000000 10101010 10100111 111110 0 10 100001 10110010 101101 101110

Color Harmonies of #40AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AAA7

Black with #40AAA7

Text Example


Text Example

White with #40AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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