Html Css Color HEX #28AC9F Light Sea Green

📋 copy color: '#28AC9F'

red 40 ◦ green 172 ◦ blue 159

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

Shades of Light Sea Green #28AC9F

Tints of Light Sea Green #28AC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 10.78%
G = 46.36%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#28AC9F (or 0x28AC9F) is known color: Light Sea Green. HEX triplet: 28, AC and 9F. RGB value is (40,172,159). Sum of RGB (Red+Green+Blue) = 40+172+159=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC9F is #D75360. Grayscale: #828282. Windows color (decimal): -14111585 or 10464296. OLE color: 10464296.

HSL color Cylindrical-coordinate representation of color #28AC9F: hue angle of 174.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 #28AC9F is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 172 159 -
CMYK 0.77 0 0.08 0.33
HSL 174.09º 0.62% 0.42% -
HSV(B) 174.09º 0.77% 0.67% -
XYZ 21.89 32.46 37.91 -
YUV 131.05 143.77 63.06 -
System Red Green Blue C M Y K H S L
Decimal 40 172 159 0.77 0 0.08 0.33 174.09 0.62 0.42
Hex 28 AC 9F 4D 0 8 21 AE 3E 2A
Octal 50 254 237 115 0 10 41 256 76 52
Binary 101000 10101100 10011111 1001101 0 1000 100001 10101110 111110 101010

Color Harmonies of #28AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AC9F

Black with #28AC9F

Text Example


Text Example

White with #28AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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