Html Css Color HEX #28C2BE Light Sea Green

📋 copy color: '#28C2BE'

red 40 ◦ green 194 ◦ blue 190

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

Shades of Light Sea Green #28C2BE

Tints of Light Sea Green #28C2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 9.43%
G = 45.75%
B = 44.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#28C2BE (or 0x28C2BE) is known color: Light Sea Green. HEX triplet: 28, C2 and BE. RGB value is (40,194,190). Sum of RGB (Red+Green+Blue) = 40+194+190=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C2BE is #D73D41. Grayscale: #939393. Windows color (decimal): -14105922 or 12501544. OLE color: 12501544.

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

Color convert

RGB 40 194 190 -
CMYK 0.79 0 0.02 0.24
HSL 178.44º 0.66% 0.46% -
HSV(B) 178.44º 0.79% 0.76% -
XYZ 29.46 42.75 55.41 -
YUV 147.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 40 194 190 0.79 0 0.02 0.24 178.44 0.66 0.46
Hex 28 C2 BE 4F 0 2 18 B2 42 2E
Octal 50 302 276 117 0 2 30 262 102 56
Binary 101000 11000010 10111110 1001111 0 10 11000 10110010 1000010 101110

Color Harmonies of #28C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C2BE

Black with #28C2BE

Text Example


Text Example

White with #28C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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