Html Css Color HEX #28C0BA Light Sea Green

📋 copy color: '#28C0BA'

red 40 ◦ green 192 ◦ blue 186

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

Shades of Light Sea Green #28C0BA

Tints of Light Sea Green #28C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

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

R = 9.57%
G = 45.93%
B = 44.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#28C0BA (or 0x28C0BA) is known color: Light Sea Green. HEX triplet: 28, C0 and BA. RGB value is (40,192,186). Sum of RGB (Red+Green+Blue) = 40+192+186=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #28C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C0BA is #D73F45. Grayscale: #919191. Windows color (decimal): -14106438 or 12238888. OLE color: 12238888.

HSL color Cylindrical-coordinate representation of color #28C0BA: hue angle of 177.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C0BA is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 192 186 -
CMYK 0.79 0 0.03 0.25
HSL 177.63º 0.66% 0.45% -
HSV(B) 177.63º 0.79% 0.75% -
XYZ 28.59 41.7 53 -
YUV 145.87 150.64 52.49 -
System Red Green Blue C M Y K H S L
Decimal 40 192 186 0.79 0 0.03 0.25 177.63 0.66 0.45
Hex 28 C0 BA 4F 0 3 19 B2 42 2D
Octal 50 300 272 117 0 3 31 262 102 55
Binary 101000 11000000 10111010 1001111 0 11 11001 10110010 1000010 101101

Color Harmonies of #28C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C0BA

Black with #28C0BA

Text Example


Text Example

White with #28C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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