Html Css Color HEX #28C1AA Light Sea Green

📋 copy color: '#28C1AA'

red 40 ◦ green 193 ◦ blue 170

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

Shades of Light Sea Green #28C1AA

Tints of Light Sea Green #28C1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 9.93%
G = 47.89%
B = 42.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#28C1AA (or 0x28C1AA) is known color: Light Sea Green. HEX triplet: 28, C1 and AA. RGB value is (40,193,170). Sum of RGB (Red+Green+Blue) = 40+193+170=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #28C1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C1AA is #D73E55. Grayscale: #909090. Windows color (decimal): -14106198 or 11190568. OLE color: 11190568.

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

Color convert

RGB 40 193 170 -
CMYK 0.79 0 0.12 0.24
HSL 170.98º 0.66% 0.46% -
HSV(B) 170.98º 0.79% 0.76% -
XYZ 27.2 41.49 44.61 -
YUV 144.63 142.31 53.37 -
System Red Green Blue C M Y K H S L
Decimal 40 193 170 0.79 0 0.12 0.24 170.98 0.66 0.46
Hex 28 C1 AA 4F 0 C 18 AB 42 2E
Octal 50 301 252 117 0 14 30 253 102 56
Binary 101000 11000001 10101010 1001111 0 1100 11000 10101011 1000010 101110

Color Harmonies of #28C1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C1AA

Black with #28C1AA

Text Example


Text Example

White with #28C1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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