Html Css Color HEX #40AFAD Light Sea Green

📋 copy color: '#40AFAD'

red 64 ◦ green 175 ◦ blue 173

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

Shades of Light Sea Green #40AFAD

Tints of Light Sea Green #40AFAD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 15.53%
G = 42.48%
B = 41.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#40AFAD (or 0x40AFAD) is known color: Light Sea Green. HEX triplet: 40, AF and AD. RGB value is (64,175,173). Sum of RGB (Red+Green+Blue) = 64+175+173=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #40AFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AFAD is #BF5052. Grayscale: #8D8D8D. Windows color (decimal): -12537939 or 11382592. OLE color: 11382592.

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

Color convert

RGB 64 175 173 -
CMYK 0.63 0 0.01 0.31
HSL 178.92º 0.46% 0.47% -
HSV(B) 178.92º 0.63% 0.69% -
XYZ 24.99 34.77 44.93 -
YUV 141.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 64 175 173 0.63 0 0.01 0.31 178.92 0.46 0.47
Hex 40 AF AD 3F 0 1 1F B3 2E 2F
Octal 100 257 255 77 0 1 37 263 56 57
Binary 1000000 10101111 10101101 111111 0 1 11111 10110011 101110 101111

Color Harmonies of #40AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AFAD

Black with #40AFAD

Text Example


Text Example

White with #40AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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