Html Css Color HEX #28BA9F Light Sea Green

📋 copy color: '#28BA9F'

red 40 ◦ green 186 ◦ blue 159

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

Shades of Light Sea Green #28BA9F

Tints of Light Sea Green #28BA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 10.39%
G = 48.31%
B = 41.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#28BA9F (or 0x28BA9F) is known color: Light Sea Green. HEX triplet: 28, BA and 9F. RGB value is (40,186,159). Sum of RGB (Red+Green+Blue) = 40+186+159=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BA9F is #D74560. Grayscale: #8B8B8B. Windows color (decimal): -14108001 or 10467880. OLE color: 10467880.

HSL color Cylindrical-coordinate representation of color #28BA9F: hue angle of 168.9º 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 #28BA9F is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 159 -
CMYK 0.78 0 0.15 0.27
HSL 168.9º 0.65% 0.44% -
HSV(B) 168.9º 0.78% 0.73% -
XYZ 24.69 38.07 38.85 -
YUV 139.27 139.13 57.2 -
System Red Green Blue C M Y K H S L
Decimal 40 186 159 0.78 0 0.15 0.27 168.9 0.65 0.44
Hex 28 BA 9F 4E 0 F 1B A9 41 2C
Octal 50 272 237 116 0 17 33 251 101 54
Binary 101000 10111010 10011111 1001110 0 1111 11011 10101001 1000001 101100

Color Harmonies of #28BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BA9F

Black with #28BA9F

Text Example


Text Example

White with #28BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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