Html Css Color HEX #28BAAA Light Sea Green

📋 copy color: '#28BAAA'

red 40 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #28BAAA

Tints of Light Sea Green #28BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 10.1%
G = 46.97%
B = 42.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#28BAAA (or 0x28BAAA) is known color: Light Sea Green. HEX triplet: 28, BA and AA. RGB value is (40,186,170). Sum of RGB (Red+Green+Blue) = 40+186+170=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAAA is #D74555. Grayscale: #8C8C8C. Windows color (decimal): -14107990 or 11188776. OLE color: 11188776.

HSL color Cylindrical-coordinate representation of color #28BAAA: hue angle of 173.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BAAA is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 170 -
CMYK 0.78 0 0.09 0.27
HSL 173.42º 0.65% 0.44% -
HSV(B) 173.42º 0.78% 0.73% -
XYZ 25.69 38.47 44.1 -
YUV 140.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 40 186 170 0.78 0 0.09 0.27 173.42 0.65 0.44
Hex 28 BA AA 4E 0 9 1B AD 41 2C
Octal 50 272 252 116 0 11 33 255 101 54
Binary 101000 10111010 10101010 1001110 0 1001 11011 10101101 1000001 101100

Color Harmonies of #28BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BAAA

Black with #28BAAA

Text Example


Text Example

White with #28BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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