Html Css Color HEX #28BEAA Light Sea Green

📋 copy color: '#28BEAA'

red 40 ◦ green 190 ◦ blue 170

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

Shades of Light Sea Green #28BEAA

Tints of Light Sea Green #28BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

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

R = 10%
G = 47.5%
B = 42.5%

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

#28BEAA (or 0x28BEAA) is known color: Light Sea Green. HEX triplet: 28, BE and AA. RGB value is (40,190,170). Sum of RGB (Red+Green+Blue) = 40+190+170=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BEAA is #D74155. Grayscale: #8E8E8E. Windows color (decimal): -14106966 or 11189800. OLE color: 11189800.

HSL color Cylindrical-coordinate representation of color #28BEAA: hue angle of 172º 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 #28BEAA is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 190 170 -
CMYK 0.79 0 0.11 0.25
HSL 172º 0.65% 0.45% -
HSV(B) 172º 0.79% 0.75% -
XYZ 26.54 40.18 44.39 -
YUV 142.87 143.31 54.63 -
System Red Green Blue C M Y K H S L
Decimal 40 190 170 0.79 0 0.11 0.25 172 0.65 0.45
Hex 28 BE AA 4F 0 B 19 AC 41 2D
Octal 50 276 252 117 0 13 31 254 101 55
Binary 101000 10111110 10101010 1001111 0 1011 11001 10101100 1000001 101101

Color Harmonies of #28BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BEAA

Black with #28BEAA

Text Example


Text Example

White with #28BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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