Html Css Color HEX #28AAA7 Light Sea Green

📋 copy color: '#28AAA7'

red 40 ◦ green 170 ◦ blue 167

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

Shades of Light Sea Green #28AAA7

Tints of Light Sea Green #28AAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.3%

R = 10.61%
G = 45.09%
B = 44.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#28AAA7 (or 0x28AAA7) is known color: Light Sea Green. HEX triplet: 28, AA and A7. RGB value is (40,170,167). Sum of RGB (Red+Green+Blue) = 40+170+167=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #28AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAA7 is #D75558. Grayscale: #828282. Windows color (decimal): -14112089 or 10988072. OLE color: 10988072.

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

Color convert

RGB 40 170 167 -
CMYK 0.76 0 0.02 0.33
HSL 178.62º 0.62% 0.41% -
HSV(B) 178.62º 0.76% 0.67% -
XYZ 22.22 31.99 41.56 -
YUV 130.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 40 170 167 0.76 0 0.02 0.33 178.62 0.62 0.41
Hex 28 AA A7 4C 0 2 21 B3 3E 29
Octal 50 252 247 114 0 2 41 263 76 51
Binary 101000 10101010 10100111 1001100 0 10 100001 10110011 111110 101001

Color Harmonies of #28AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AAA7

Black with #28AAA7

Text Example


Text Example

White with #28AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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