Html Css Color HEX #28BFAF Light Sea Green

📋 copy color: '#28BFAF'

red 40 ◦ green 191 ◦ blue 175

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

Shades of Light Sea Green #28BFAF

Tints of Light Sea Green #28BFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 9.85%
G = 47.04%
B = 43.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#28BFAF (or 0x28BFAF) is known color: Light Sea Green. HEX triplet: 28, BF and AF. RGB value is (40,191,175). Sum of RGB (Red+Green+Blue) = 40+191+175=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #28BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BFAF is #D74050. Grayscale: #8F8F8F. Windows color (decimal): -14106705 or 11517736. OLE color: 11517736.

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

Color convert

RGB 40 191 175 -
CMYK 0.79 0 0.08 0.25
HSL 173.64º 0.65% 0.45% -
HSV(B) 173.64º 0.79% 0.75% -
XYZ 27.24 40.81 47 -
YUV 144.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 40 191 175 0.79 0 0.08 0.25 173.64 0.65 0.45
Hex 28 BF AF 4F 0 8 19 AE 41 2D
Octal 50 277 257 117 0 10 31 256 101 55
Binary 101000 10111111 10101111 1001111 0 1000 11001 10101110 1000001 101101

Color Harmonies of #28BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BFAF

Black with #28BFAF

Text Example


Text Example

White with #28BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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