Html Css Color HEX #28A8AA Light Sea Green

📋 copy color: '#28A8AA'

red 40 ◦ green 168 ◦ blue 170

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

Shades of Light Sea Green #28A8AA

Tints of Light Sea Green #28A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

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

R = 10.58%
G = 44.44%
B = 44.97%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#28A8AA (or 0x28A8AA) is known color: Light Sea Green. HEX triplet: 28, A8 and AA. RGB value is (40,168,170). Sum of RGB (Red+Green+Blue) = 40+168+170=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #28A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A8AA is #D75755. Grayscale: #818181. Windows color (decimal): -14112598 or 11184168. OLE color: 11184168.

HSL color Cylindrical-coordinate representation of color #28A8AA: hue angle of 180.92º 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 #28A8AA is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 168 170 -
CMYK 0.76 0.01 0 0.33
HSL 180.92º 0.62% 0.41% -
HSV(B) 180.92º 0.76% 0.67% -
XYZ 22.13 31.36 42.92 -
YUV 129.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 40 168 170 0.76 0.01 0 0.33 180.92 0.62 0.41
Hex 28 A8 AA 4C 1 0 21 B5 3E 29
Octal 50 250 252 114 1 0 41 265 76 51
Binary 101000 10101000 10101010 1001100 1 0 100001 10110101 111110 101001

Color Harmonies of #28A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A8AA

Black with #28A8AA

Text Example


Text Example

White with #28A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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