Html Css Color HEX #28C2B9 Light Sea Green

📋 copy color: '#28C2B9'

red 40 ◦ green 194 ◦ blue 185

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

Shades of Light Sea Green #28C2B9

Tints of Light Sea Green #28C2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.15%

R = 9.55%
G = 46.3%
B = 44.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#28C2B9 (or 0x28C2B9) is known color: Light Sea Green. HEX triplet: 28, C2 and B9. RGB value is (40,194,185). Sum of RGB (Red+Green+Blue) = 40+194+185=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C2B9 is #D73D46. Grayscale: #929292. Windows color (decimal): -14105927 or 12173864. OLE color: 12173864.

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

Color convert

RGB 40 194 185 -
CMYK 0.79 0 0.05 0.24
HSL 176.49º 0.66% 0.46% -
HSV(B) 176.49º 0.79% 0.76% -
XYZ 28.92 42.54 52.59 -
YUV 146.93 149.48 51.73 -
System Red Green Blue C M Y K H S L
Decimal 40 194 185 0.79 0 0.05 0.24 176.49 0.66 0.46
Hex 28 C2 B9 4F 0 5 18 B0 42 2E
Octal 50 302 271 117 0 5 30 260 102 56
Binary 101000 11000010 10111001 1001111 0 101 11000 10110000 1000010 101110

Color Harmonies of #28C2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C2B9

Black with #28C2B9

Text Example


Text Example

White with #28C2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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