Html Css Color HEX #40ADAC Light Sea Green

📋 copy color: '#40ADAC'

red 64 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #40ADAC

Tints of Light Sea Green #40ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 15.65%
G = 42.3%
B = 42.05%

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

#40ADAC (or 0x40ADAC) is known color: Light Sea Green. HEX triplet: 40, AD and AC. RGB value is (64,173,172). Sum of RGB (Red+Green+Blue) = 64+173+172=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #40ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ADAC is #BF5253. Grayscale: #8C8C8C. Windows color (decimal): -12538452 or 11316544. OLE color: 11316544.

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

Color convert

RGB 64 173 172 -
CMYK 0.63 0 0.01 0.32
HSL 179.45º 0.46% 0.46% -
HSV(B) 179.45º 0.63% 0.68% -
XYZ 24.5 33.96 44.29 -
YUV 140.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 64 173 172 0.63 0 0.01 0.32 179.45 0.46 0.46
Hex 40 AD AC 3F 0 1 20 B3 2E 2E
Octal 100 255 254 77 0 1 40 263 56 56
Binary 1000000 10101101 10101100 111111 0 1 100000 10110011 101110 101110

Color Harmonies of #40ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADAC

Black with #40ADAC

Text Example


Text Example

White with #40ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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