Html Css Color HEX #28BDAE Light Sea Green

📋 copy color: '#28BDAE'

red 40 ◦ green 189 ◦ blue 174

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

Shades of Light Sea Green #28BDAE

Tints of Light Sea Green #28BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 9.93%
G = 46.9%
B = 43.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#28BDAE (or 0x28BDAE) is known color: Light Sea Green. HEX triplet: 28, BD and AE. RGB value is (40,189,174). Sum of RGB (Red+Green+Blue) = 40+189+174=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDAE is #D74251. Grayscale: #8E8E8E. Windows color (decimal): -14107218 or 11451688. OLE color: 11451688.

HSL color Cylindrical-coordinate representation of color #28BDAE: hue angle of 173.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BDAE is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 189 174 -
CMYK 0.79 0 0.08 0.26
HSL 173.96º 0.65% 0.45% -
HSV(B) 173.96º 0.79% 0.74% -
XYZ 26.71 39.9 46.34 -
YUV 142.74 145.64 54.72 -
System Red Green Blue C M Y K H S L
Decimal 40 189 174 0.79 0 0.08 0.26 173.96 0.65 0.45
Hex 28 BD AE 4F 0 8 1A AE 41 2D
Octal 50 275 256 117 0 10 32 256 101 55
Binary 101000 10111101 10101110 1001111 0 1000 11010 10101110 1000001 101101

Color Harmonies of #28BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDAE

Black with #28BDAE

Text Example


Text Example

White with #28BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,189,174); }

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

background-color css

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

 a { background-color: rgb(40,189,174); }

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

border-color css

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

 span { border-color: rgb(40,189,174); }

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