Html Css Color HEX #28C1AE Light Sea Green

📋 copy color: '#28C1AE'

red 40 ◦ green 193 ◦ blue 174

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

Shades of Light Sea Green #28C1AE

Tints of Light Sea Green #28C1AE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.42%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 9.83%
G = 47.42%
B = 42.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#28C1AE (or 0x28C1AE) is known color: Light Sea Green. HEX triplet: 28, C1 and AE. RGB value is (40,193,174). Sum of RGB (Red+Green+Blue) = 40+193+174=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #28C1AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C1AE is #D73E51. Grayscale: #919191. Windows color (decimal): -14106194 or 11452712. OLE color: 11452712.

HSL color Cylindrical-coordinate representation of color #28C1AE: hue angle of 172.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C1AE is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 193 174 -
CMYK 0.79 0 0.10 0.24
HSL 172.55º 0.66% 0.46% -
HSV(B) 172.55º 0.79% 0.76% -
XYZ 27.59 41.65 46.63 -
YUV 145.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 40 193 174 0.79 0 0.10 0.24 172.55 0.66 0.46
Hex 28 C1 AE 4F 0 A 18 AD 42 2E
Octal 50 301 256 117 0 12 30 255 102 56
Binary 101000 11000001 10101110 1001111 0 1010 11000 10101101 1000010 101110

Color Harmonies of #28C1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C1AE

Black with #28C1AE

Text Example


Text Example

White with #28C1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,193,174); }

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

background-color css

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

 a { background-color: rgb(40,193,174); }

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

border-color css

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

 span { border-color: rgb(40,193,174); }

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