Html Css Color HEX #28C9AF Light Sea Green

📋 copy color: '#28C9AF'

red 40 ◦ green 201 ◦ blue 175

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

Shades of Light Sea Green #28C9AF

Tints of Light Sea Green #28C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.32%

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

R = 9.62%
G = 48.32%
B = 42.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#28C9AF (or 0x28C9AF) is known color: Light Sea Green. HEX triplet: 28, C9 and AF. RGB value is (40,201,175). Sum of RGB (Red+Green+Blue) = 40+201+175=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #28C9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C9AF is #D73650. Grayscale: #959595. Windows color (decimal): -14104145 or 11520296. OLE color: 11520296.

HSL color Cylindrical-coordinate representation of color #28C9AF: hue angle of 170.31º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C9AF is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 201 175 -
CMYK 0.80 0 0.13 0.21
HSL 170.31º 0.67% 0.47% -
HSV(B) 170.31º 0.8% 0.79% -
XYZ 29.5 45.32 47.75 -
YUV 149.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 40 201 175 0.80 0 0.13 0.21 170.31 0.67 0.47
Hex 28 C9 AF 50 0 D 15 AA 43 2F
Octal 50 311 257 120 0 15 25 252 103 57
Binary 101000 11001001 10101111 1010000 0 1101 10101 10101010 1000011 101111

Color Harmonies of #28C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C9AF

Black with #28C9AF

Text Example


Text Example

White with #28C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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