Html Css Color HEX #28BFAD Light Sea Green

📋 copy color: '#28BFAD'

red 40 ◦ green 191 ◦ blue 173

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

Shades of Light Sea Green #28BFAD

Tints of Light Sea Green #28BFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 9.9%
G = 47.28%
B = 42.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#28BFAD (or 0x28BFAD) is known color: Light Sea Green. HEX triplet: 28, BF and AD. RGB value is (40,191,173). Sum of RGB (Red+Green+Blue) = 40+191+173=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #28BFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BFAD is #D74052. Grayscale: #8F8F8F. Windows color (decimal): -14106707 or 11386664. OLE color: 11386664.

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

Color convert

RGB 40 191 173 -
CMYK 0.79 0 0.09 0.25
HSL 172.85º 0.65% 0.45% -
HSV(B) 172.85º 0.79% 0.75% -
XYZ 27.05 40.73 45.97 -
YUV 143.8 144.47 53.96 -
System Red Green Blue C M Y K H S L
Decimal 40 191 173 0.79 0 0.09 0.25 172.85 0.65 0.45
Hex 28 BF AD 4F 0 9 19 AD 41 2D
Octal 50 277 255 117 0 11 31 255 101 55
Binary 101000 10111111 10101101 1001111 0 1001 11001 10101101 1000001 101101

Color Harmonies of #28BFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BFAD

Black with #28BFAD

Text Example


Text Example

White with #28BFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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