Html Css Color HEX #28AA9E Light Sea Green

📋 copy color: '#28AA9E'

red 40 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #28AA9E

Tints of Light Sea Green #28AA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 10.87%
G = 46.2%
B = 42.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#28AA9E (or 0x28AA9E) is known color: Light Sea Green. HEX triplet: 28, AA and 9E. RGB value is (40,170,158). Sum of RGB (Red+Green+Blue) = 40+170+158=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA9E is #D75561. Grayscale: #818181. Windows color (decimal): -14112098 or 10398248. OLE color: 10398248.

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

Color convert

RGB 40 170 158 -
CMYK 0.76 0 0.07 0.33
HSL 174.46º 0.62% 0.41% -
HSV(B) 174.46º 0.76% 0.67% -
XYZ 21.42 31.67 37.33 -
YUV 129.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 40 170 158 0.76 0 0.07 0.33 174.46 0.62 0.41
Hex 28 AA 9E 4C 0 7 21 AE 3E 29
Octal 50 252 236 114 0 7 41 256 76 51
Binary 101000 10101010 10011110 1001100 0 111 100001 10101110 111110 101001

Color Harmonies of #28AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA9E

Black with #28AA9E

Text Example


Text Example

White with #28AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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