Html Css Color HEX #28B2AA Light Sea Green

📋 copy color: '#28B2AA'

red 40 ◦ green 178 ◦ blue 170

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

Shades of Light Sea Green #28B2AA

Tints of Light Sea Green #28B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.88%

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

R = 10.31%
G = 45.88%
B = 43.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#28B2AA (or 0x28B2AA) is known color: Light Sea Green. HEX triplet: 28, B2 and AA. RGB value is (40,178,170). Sum of RGB (Red+Green+Blue) = 40+178+170=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #28B2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B2AA is #D74D55. Grayscale: #878787. Windows color (decimal): -14110038 or 11186728. OLE color: 11186728.

HSL color Cylindrical-coordinate representation of color #28B2AA: hue angle of 176.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B2AA is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 178 170 -
CMYK 0.78 0 0.04 0.30
HSL 176.52º 0.63% 0.43% -
HSV(B) 176.52º 0.78% 0.7% -
XYZ 24.05 35.19 43.56 -
YUV 135.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 40 178 170 0.78 0 0.04 0.30 176.52 0.63 0.43
Hex 28 B2 AA 4E 0 4 1E B1 3F 2B
Octal 50 262 252 116 0 4 36 261 77 53
Binary 101000 10110010 10101010 1001110 0 100 11110 10110001 111111 101011

Color Harmonies of #28B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B2AA

Black with #28B2AA

Text Example


Text Example

White with #28B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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