Html Css Color HEX #28ACAA Light Sea Green

📋 copy color: '#28ACAA'

red 40 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #28ACAA

Tints of Light Sea Green #28ACAA

RGB

 RED value IS 40 (16.02% from 255) = 10.47%

 GREEN value IS 172 (67.58% from 255) = 45.03%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 10.47%
G = 45.03%
B = 44.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#28ACAA (or 0x28ACAA) is known color: Light Sea Green. HEX triplet: 28, AC and AA. RGB value is (40,172,170). Sum of RGB (Red+Green+Blue) = 40+172+170=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #28ACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ACAA is #D75355. Grayscale: #848484. Windows color (decimal): -14111574 or 11185192. OLE color: 11185192.

HSL color Cylindrical-coordinate representation of color #28ACAA: hue angle of 179.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ACAA is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 172 170 -
CMYK 0.77 0 0.01 0.33
HSL 179.09º 0.62% 0.42% -
HSV(B) 179.09º 0.77% 0.67% -
XYZ 22.88 32.86 43.17 -
YUV 132.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 40 172 170 0.77 0 0.01 0.33 179.09 0.62 0.42
Hex 28 AC AA 4D 0 1 21 B3 3E 2A
Octal 50 254 252 115 0 1 41 263 76 52
Binary 101000 10101100 10101010 1001101 0 1 100001 10110011 111110 101010

Color Harmonies of #28ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACAA

Black with #28ACAA

Text Example


Text Example

White with #28ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28ACAA; }

 p { color: rgb(40,172,170); }

 H1.HeaderClassName
 {
   color: #28ACAA;
 }
 .AnyTagClassName
 {
   color: #28ACAA;
 }
</style>

background-color css

<style>
 a { background-color: #28ACAA; }

 a { background-color: rgb(40,172,170); }

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

border-color css

<style>
 span { border-color: #28ACAA; }

 span { border-color: rgb(40,172,170); }

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