Html Css Color HEX #28C2AB Light Sea Green

📋 copy color: '#28C2AB'

red 40 ◦ green 194 ◦ blue 171

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

Shades of Light Sea Green #28C2AB

Tints of Light Sea Green #28C2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 9.88%
G = 47.9%
B = 42.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#28C2AB (or 0x28C2AB) is known color: Light Sea Green. HEX triplet: 28, C2 and AB. RGB value is (40,194,171). Sum of RGB (Red+Green+Blue) = 40+194+171=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C2AB is #D73D54. Grayscale: #919191. Windows color (decimal): -14105941 or 11256360. OLE color: 11256360.

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

Color convert

RGB 40 194 171 -
CMYK 0.79 0 0.12 0.24
HSL 171.04º 0.66% 0.46% -
HSV(B) 171.04º 0.79% 0.76% -
XYZ 27.52 41.97 45.18 -
YUV 145.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 40 194 171 0.79 0 0.12 0.24 171.04 0.66 0.46
Hex 28 C2 AB 4F 0 C 18 AB 42 2E
Octal 50 302 253 117 0 14 30 253 102 56
Binary 101000 11000010 10101011 1001111 0 1100 11000 10101011 1000010 101110

Color Harmonies of #28C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C2AB

Black with #28C2AB

Text Example


Text Example

White with #28C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,194,171); }

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

background-color css

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

 a { background-color: rgb(40,194,171); }

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

border-color css

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

 span { border-color: rgb(40,194,171); }

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