Html Css Color HEX #28BFAA Light Sea Green

📋 copy color: '#28BFAA'

red 40 ◦ green 191 ◦ blue 170

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

Shades of Light Sea Green #28BFAA

Tints of Light Sea Green #28BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

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

R = 9.98%
G = 47.63%
B = 42.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#28BFAA (or 0x28BFAA) is known color: Light Sea Green. HEX triplet: 28, BF and AA. RGB value is (40,191,170). Sum of RGB (Red+Green+Blue) = 40+191+170=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #28BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BFAA is #D74055. Grayscale: #8F8F8F. Windows color (decimal): -14106710 or 11190056. OLE color: 11190056.

HSL color Cylindrical-coordinate representation of color #28BFAA: hue angle of 171.66º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BFAA is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 191 170 -
CMYK 0.79 0 0.11 0.25
HSL 171.66º 0.65% 0.45% -
HSV(B) 171.66º 0.79% 0.75% -
XYZ 26.76 40.62 44.46 -
YUV 143.46 142.97 54.21 -
System Red Green Blue C M Y K H S L
Decimal 40 191 170 0.79 0 0.11 0.25 171.66 0.65 0.45
Hex 28 BF AA 4F 0 B 19 AC 41 2D
Octal 50 277 252 117 0 13 31 254 101 55
Binary 101000 10111111 10101010 1001111 0 1011 11001 10101100 1000001 101101

Color Harmonies of #28BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BFAA

Black with #28BFAA

Text Example


Text Example

White with #28BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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