Html Css Color HEX #40AEAD Light Sea Green

📋 copy color: '#40AEAD'

red 64 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #40AEAD

Tints of Light Sea Green #40AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 15.57%
G = 42.34%
B = 42.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#40AEAD (or 0x40AEAD) is known color: Light Sea Green. HEX triplet: 40, AE and AD. RGB value is (64,174,173). Sum of RGB (Red+Green+Blue) = 64+174+173=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #40AEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AEAD is #BF5152. Grayscale: #8C8C8C. Windows color (decimal): -12538195 or 11382336. OLE color: 11382336.

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

Color convert

RGB 64 174 173 -
CMYK 0.63 0 0.01 0.32
HSL 179.45º 0.46% 0.47% -
HSV(B) 179.45º 0.63% 0.68% -
XYZ 24.79 34.38 44.86 -
YUV 141 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 64 174 173 0.63 0 0.01 0.32 179.45 0.46 0.47
Hex 40 AE AD 3F 0 1 20 B3 2E 2F
Octal 100 256 255 77 0 1 40 263 56 57
Binary 1000000 10101110 10101101 111111 0 1 100000 10110011 101110 101111

Color Harmonies of #40AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AEAD

Black with #40AEAD

Text Example


Text Example

White with #40AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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