Html Css Color HEX #28AEAD Light Sea Green

📋 copy color: '#28AEAD'

red 40 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #28AEAD

Tints of Light Sea Green #28AEAD

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #28AEAD: hue angle of 179.55º 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 #28AEAD is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

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

Color Harmonies of #28AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEAD

Black with #28AEAD

Text Example


Text Example

White with #28AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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