Html Css Color HEX #28AAAB Light Sea Green

📋 copy color: '#28AAAB'

red 40 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #28AAAB

Tints of Light Sea Green #28AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 10.5%
G = 44.62%
B = 44.88%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#28AAAB (or 0x28AAAB) is known color: Light Sea Green. HEX triplet: 28, AA and AB. RGB value is (40,170,171). Sum of RGB (Red+Green+Blue) = 40+170+171=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #28AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAAB is #D75554. Grayscale: #838383. Windows color (decimal): -14112085 or 11250216. OLE color: 11250216.

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

Color convert

RGB 40 170 171 -
CMYK 0.77 0.01 0 0.33
HSL 180.46º 0.62% 0.41% -
HSV(B) 180.46º 0.77% 0.67% -
XYZ 22.6 32.14 43.54 -
YUV 131.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 40 170 171 0.77 0.01 0 0.33 180.46 0.62 0.41
Hex 28 AA AB 4D 1 0 21 B4 3E 29
Octal 50 252 253 115 1 0 41 264 76 51
Binary 101000 10101010 10101011 1001101 1 0 100001 10110100 111110 101001

Color Harmonies of #28AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AAAB

Black with #28AAAB

Text Example


Text Example

White with #28AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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