Html Css Color HEX #28C1BA Light Sea Green

📋 copy color: '#28C1BA'

red 40 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #28C1BA

Tints of Light Sea Green #28C1BA

RGB

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

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

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

R = 9.55%
G = 46.06%
B = 44.39%

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

#28C1BA (or 0x28C1BA) is known color: Light Sea Green. HEX triplet: 28, C1 and BA. RGB value is (40,193,186). Sum of RGB (Red+Green+Blue) = 40+193+186=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #28C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C1BA is #D73E45. Grayscale: #929292. Windows color (decimal): -14106182 or 12239144. OLE color: 12239144.

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

Color convert

RGB 40 193 186 -
CMYK 0.79 0 0.04 0.24
HSL 177.25º 0.66% 0.46% -
HSV(B) 177.25º 0.79% 0.76% -
XYZ 28.81 42.14 53.07 -
YUV 146.46 150.31 52.07 -
System Red Green Blue C M Y K H S L
Decimal 40 193 186 0.79 0 0.04 0.24 177.25 0.66 0.46
Hex 28 C1 BA 4F 0 4 18 B1 42 2E
Octal 50 301 272 117 0 4 30 261 102 56
Binary 101000 11000001 10111010 1001111 0 100 11000 10110001 1000010 101110

Color Harmonies of #28C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C1BA

Black with #28C1BA

Text Example


Text Example

White with #28C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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