Html Css Color HEX #28C1A8 Light Sea Green

📋 copy color: '#28C1A8'

red 40 ◦ green 193 ◦ blue 168

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

Shades of Light Sea Green #28C1A8

Tints of Light Sea Green #28C1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.9%

R = 9.98%
G = 48.13%
B = 41.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#28C1A8 (or 0x28C1A8) is known color: Light Sea Green. HEX triplet: 28, C1 and A8. RGB value is (40,193,168). Sum of RGB (Red+Green+Blue) = 40+193+168=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #28C1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C1A8 is #D73E57. Grayscale: #909090. Windows color (decimal): -14106200 or 11059496. OLE color: 11059496.

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

Color convert

RGB 40 193 168 -
CMYK 0.79 0 0.13 0.24
HSL 170.2º 0.66% 0.46% -
HSV(B) 170.2º 0.79% 0.76% -
XYZ 27.01 41.42 43.62 -
YUV 144.4 141.31 53.53 -
System Red Green Blue C M Y K H S L
Decimal 40 193 168 0.79 0 0.13 0.24 170.2 0.66 0.46
Hex 28 C1 A8 4F 0 D 18 AA 42 2E
Octal 50 301 250 117 0 15 30 252 102 56
Binary 101000 11000001 10101000 1001111 0 1101 11000 10101010 1000010 101110

Color Harmonies of #28C1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C1A8

Black with #28C1A8

Text Example


Text Example

White with #28C1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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