Html Css Color HEX #40AEAE Light Sea Green

📋 copy color: '#40AEAE'

red 64 ◦ green 174 ◦ blue 174

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

Shades of Light Sea Green #40AEAE

Tints of Light Sea Green #40AEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 15.53%
G = 42.23%
B = 42.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#40AEAE (or 0x40AEAE) is known color: Light Sea Green. HEX triplet: 40, AE and AE. RGB value is (64,174,174). Sum of RGB (Red+Green+Blue) = 64+174+174=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #40AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AEAE is #BF5151. Grayscale: #8D8D8D. Windows color (decimal): -12538194 or 11447872. OLE color: 11447872.

HSL color Cylindrical-coordinate representation of color #40AEAE: hue angle of 180º 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 #40AEAE is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 174 174 -
CMYK 0.63 0 0 0.32
HSL 180º 0.46% 0.47% -
HSV(B) 180º 0.63% 0.68% -
XYZ 24.89 34.42 45.38 -
YUV 141.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 64 174 174 0.63 0 0 0.32 180 0.46 0.47
Hex 40 AE AE 3F 0 0 20 B4 2E 2F
Octal 100 256 256 77 0 0 40 264 56 57
Binary 1000000 10101110 10101110 111111 0 0 100000 10110100 101110 101111

Color Harmonies of #40AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AEAE

Black with #40AEAE

Text Example


Text Example

White with #40AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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