Html Css Color HEX #28A6AA Light Sea Green

📋 copy color: '#28A6AA'

red 40 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #28A6AA

Tints of Light Sea Green #28A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

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

R = 10.64%
G = 44.15%
B = 45.21%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#28A6AA (or 0x28A6AA) is known color: Light Sea Green. HEX triplet: 28, A6 and AA. RGB value is (40,166,170). Sum of RGB (Red+Green+Blue) = 40+166+170=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #28A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A6AA is #D75955. Grayscale: #808080. Windows color (decimal): -14113110 or 11183656. OLE color: 11183656.

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

Color convert

RGB 40 166 170 -
CMYK 0.76 0.02 0 0.33
HSL 181.85º 0.62% 0.41% -
HSV(B) 181.85º 0.76% 0.67% -
XYZ 21.77 30.63 42.79 -
YUV 128.78 151.26 64.67 -
System Red Green Blue C M Y K H S L
Decimal 40 166 170 0.76 0.02 0 0.33 181.85 0.62 0.41
Hex 28 A6 AA 4C 2 0 21 B6 3E 29
Octal 50 246 252 114 2 0 41 266 76 51
Binary 101000 10100110 10101010 1001100 10 0 100001 10110110 111110 101001

Color Harmonies of #28A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A6AA

Black with #28A6AA

Text Example


Text Example

White with #28A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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