Html Css Color HEX #28AEAA Light Sea Green

📋 copy color: '#28AEAA'

red 40 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #28AEAA

Tints of Light Sea Green #28AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.31%

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

R = 10.42%
G = 45.31%
B = 44.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#28AEAA (or 0x28AEAA) is known color: Light Sea Green. HEX triplet: 28, AE and AA. RGB value is (40,174,170). Sum of RGB (Red+Green+Blue) = 40+174+170=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #28AEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AEAA is #D75155. Grayscale: #858585. Windows color (decimal): -14111062 or 11185704. OLE color: 11185704.

HSL color Cylindrical-coordinate representation of color #28AEAA: hue angle of 178.21º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AEAA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 174 170 -
CMYK 0.77 0 0.02 0.32
HSL 178.21º 0.63% 0.42% -
HSV(B) 178.21º 0.77% 0.68% -
XYZ 23.27 33.63 43.29 -
YUV 133.48 148.61 61.33 -
System Red Green Blue C M Y K H S L
Decimal 40 174 170 0.77 0 0.02 0.32 178.21 0.63 0.42
Hex 28 AE AA 4D 0 2 20 B2 3F 2A
Octal 50 256 252 115 0 2 40 262 77 52
Binary 101000 10101110 10101010 1001101 0 10 100000 10110010 111111 101010

Color Harmonies of #28AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEAA

Black with #28AEAA

Text Example


Text Example

White with #28AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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