Html Css Color HEX #40AEAB Light Sea Green

📋 copy color: '#40AEAB'

red 64 ◦ green 174 ◦ blue 171

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

Shades of Light Sea Green #40AEAB

Tints of Light Sea Green #40AEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 15.65%
G = 42.54%
B = 41.81%

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

#40AEAB (or 0x40AEAB) is known color: Light Sea Green. HEX triplet: 40, AE and AB. RGB value is (64,174,171). Sum of RGB (Red+Green+Blue) = 64+174+171=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #40AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AEAB is #BF5154. Grayscale: #8C8C8C. Windows color (decimal): -12538197 or 11251264. OLE color: 11251264.

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

Color convert

RGB 64 174 171 -
CMYK 0.63 0 0.02 0.32
HSL 178.36º 0.46% 0.47% -
HSV(B) 178.36º 0.63% 0.68% -
XYZ 24.6 34.3 43.85 -
YUV 140.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 64 174 171 0.63 0 0.02 0.32 178.36 0.46 0.47
Hex 40 AE AB 3F 0 2 20 B2 2E 2F
Octal 100 256 253 77 0 2 40 262 56 57
Binary 1000000 10101110 10101011 111111 0 10 100000 10110010 101110 101111

Color Harmonies of #40AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AEAB

Black with #40AEAB

Text Example


Text Example

White with #40AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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