Html Css Color HEX #21ADAE Light Sea Green

📋 copy color: '#21ADAE'

red 33 ◦ green 173 ◦ blue 174

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

Shades of Light Sea Green #21ADAE

Tints of Light Sea Green #21ADAE

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #21ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADAE

Black with #21ADAE

Text Example


Text Example

White with #21ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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