Html Css Color HEX #28C0AC Light Sea Green

📋 copy color: '#28C0AC'

red 40 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #28C0AC

Tints of Light Sea Green #28C0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 9.9%
G = 47.52%
B = 42.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#28C0AC (or 0x28C0AC) is known color: Light Sea Green. HEX triplet: 28, C0 and AC. RGB value is (40,192,172). Sum of RGB (Red+Green+Blue) = 40+192+172=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #28C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C0AC is #D73F53. Grayscale: #909090. Windows color (decimal): -14106452 or 11321384. OLE color: 11321384.

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

Color convert

RGB 40 192 172 -
CMYK 0.79 0 0.10 0.25
HSL 172.11º 0.66% 0.45% -
HSV(B) 172.11º 0.79% 0.75% -
XYZ 27.17 41.13 45.54 -
YUV 144.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 40 192 172 0.79 0 0.10 0.25 172.11 0.66 0.45
Hex 28 C0 AC 4F 0 A 19 AC 42 2D
Octal 50 300 254 117 0 12 31 254 102 55
Binary 101000 11000000 10101100 1001111 0 1010 11001 10101100 1000010 101101

Color Harmonies of #28C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C0AC

Black with #28C0AC

Text Example


Text Example

White with #28C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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