Html Css Color HEX #28ADAE Light Sea Green

📋 copy color: '#28ADAE'

red 40 ◦ green 173 ◦ blue 174

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

Shades of Light Sea Green #28ADAE

Tints of Light Sea Green #28ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

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

R = 10.34%
G = 44.7%
B = 44.96%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#28ADAE (or 0x28ADAE) is known color: Light Sea Green. HEX triplet: 28, AD and AE. RGB value is (40,173,174). Sum of RGB (Red+Green+Blue) = 40+173+174=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #28ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28ADAE is #D75251. Grayscale: #858585. Windows color (decimal): -14111314 or 11447592. OLE color: 11447592.

HSL color Cylindrical-coordinate representation of color #28ADAE: hue angle of 180.45º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28ADAE is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 174 -
CMYK 0.77 0.01 0 0.32
HSL 180.45º 0.63% 0.42% -
HSV(B) 180.45º 0.77% 0.68% -
XYZ 23.46 33.39 45.25 -
YUV 133.35 150.94 61.42 -
System Red Green Blue C M Y K H S L
Decimal 40 173 174 0.77 0.01 0 0.32 180.45 0.63 0.42
Hex 28 AD AE 4D 1 0 20 B4 3F 2A
Octal 50 255 256 115 1 0 40 264 77 52
Binary 101000 10101101 10101110 1001101 1 0 100000 10110100 111111 101010

Color Harmonies of #28ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADAE

Black with #28ADAE

Text Example


Text Example

White with #28ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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