Html Css Color HEX #28C2BA Light Sea Green

📋 copy color: '#28C2BA'

red 40 ◦ green 194 ◦ blue 186

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

Shades of Light Sea Green #28C2BA

Tints of Light Sea Green #28C2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 9.52%
G = 46.19%
B = 44.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#28C2BA (or 0x28C2BA) is known color: Light Sea Green. HEX triplet: 28, C2 and BA. RGB value is (40,194,186). Sum of RGB (Red+Green+Blue) = 40+194+186=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C2BA is #D73D45. Grayscale: #929292. Windows color (decimal): -14105926 or 12239400. OLE color: 12239400.

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

Color convert

RGB 40 194 186 -
CMYK 0.79 0 0.04 0.24
HSL 176.88º 0.66% 0.46% -
HSV(B) 176.88º 0.79% 0.76% -
XYZ 29.03 42.58 53.14 -
YUV 147.04 149.98 51.65 -
System Red Green Blue C M Y K H S L
Decimal 40 194 186 0.79 0 0.04 0.24 176.88 0.66 0.46
Hex 28 C2 BA 4F 0 4 18 B1 42 2E
Octal 50 302 272 117 0 4 30 261 102 56
Binary 101000 11000010 10111010 1001111 0 100 11000 10110001 1000010 101110

Color Harmonies of #28C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C2BA

Black with #28C2BA

Text Example


Text Example

White with #28C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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