Html Css Color HEX #21AEAD Light Sea Green

📋 copy color: '#21AEAD'

red 33 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #21AEAD

Tints of Light Sea Green #21AEAD

RGB

 RED value IS 33 (13.28% from 255) = 8.68%

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

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

R = 8.68%
G = 45.79%
B = 45.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#21AEAD (or 0x21AEAD) is known color: Light Sea Green. HEX triplet: 21, AE and AD. RGB value is (33,174,173). Sum of RGB (Red+Green+Blue) = 33+174+173=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #21AEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AEAD is #DE5152. Grayscale: #838383. Windows color (decimal): -14569811 or 11382305. OLE color: 11382305.

HSL color Cylindrical-coordinate representation of color #21AEAD: hue angle of 179.57º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AEAD is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 174 173 -
CMYK 0.81 0 0.01 0.32
HSL 179.57º 0.68% 0.41% -
HSV(B) 179.57º 0.81% 0.68% -
XYZ 23.31 33.61 44.79 -
YUV 131.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 33 174 173 0.81 0 0.01 0.32 179.57 0.68 0.41
Hex 21 AE AD 51 0 1 20 B4 44 29
Octal 41 256 255 121 0 1 40 264 104 51
Binary 100001 10101110 10101101 1010001 0 1 100000 10110100 1000100 101001

Color Harmonies of #21AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AEAD

Black with #21AEAD

Text Example


Text Example

White with #21AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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