Html Css Color HEX #28C2AF Light Sea Green

📋 copy color: '#28C2AF'

red 40 ◦ green 194 ◦ blue 175

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

Shades of Light Sea Green #28C2AF

Tints of Light Sea Green #28C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.43%

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 9.78%
G = 47.43%
B = 42.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#28C2AF (or 0x28C2AF) is known color: Light Sea Green. HEX triplet: 28, C2 and AF. RGB value is (40,194,175). Sum of RGB (Red+Green+Blue) = 40+194+175=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C2AF is #D73D50. Grayscale: #919191. Windows color (decimal): -14105937 or 11518504. OLE color: 11518504.

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

Color convert

RGB 40 194 175 -
CMYK 0.79 0 0.10 0.24
HSL 172.6º 0.66% 0.46% -
HSV(B) 172.6º 0.79% 0.76% -
XYZ 27.9 42.13 47.22 -
YUV 145.79 144.48 52.54 -
System Red Green Blue C M Y K H S L
Decimal 40 194 175 0.79 0 0.10 0.24 172.6 0.66 0.46
Hex 28 C2 AF 4F 0 A 18 AD 42 2E
Octal 50 302 257 117 0 12 30 255 102 56
Binary 101000 11000010 10101111 1001111 0 1010 11000 10101101 1000010 101110

Color Harmonies of #28C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C2AF

Black with #28C2AF

Text Example


Text Example

White with #28C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,194,175); }

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

background-color css

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

 a { background-color: rgb(40,194,175); }

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

border-color css

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

 span { border-color: rgb(40,194,175); }

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