Html Css Color HEX #40ABAC Light Sea Green

📋 copy color: '#40ABAC'

red 64 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #40ABAC

Tints of Light Sea Green #40ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 15.72%
G = 42.01%
B = 42.26%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#40ABAC (or 0x40ABAC) is known color: Light Sea Green. HEX triplet: 40, AB and AC. RGB value is (64,171,172). Sum of RGB (Red+Green+Blue) = 64+171+172=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #40ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ABAC is #BF5453. Grayscale: #8B8B8B. Windows color (decimal): -12538964 or 11316032. OLE color: 11316032.

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

Color convert

RGB 64 171 172 -
CMYK 0.63 0.01 0 0.33
HSL 180.56º 0.46% 0.46% -
HSV(B) 180.56º 0.63% 0.67% -
XYZ 24.12 33.19 44.17 -
YUV 139.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 64 171 172 0.63 0.01 0 0.33 180.56 0.46 0.46
Hex 40 AB AC 3F 1 0 21 B5 2E 2E
Octal 100 253 254 77 1 0 41 265 56 56
Binary 1000000 10101011 10101100 111111 1 0 100001 10110101 101110 101110

Color Harmonies of #40ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ABAC

Black with #40ABAC

Text Example


Text Example

White with #40ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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