Html Css Color HEX #21ADAF Light Sea Green

📋 copy color: '#21ADAF'

red 33 ◦ green 173 ◦ blue 175

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

Shades of Light Sea Green #21ADAF

Tints of Light Sea Green #21ADAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 8.66%
G = 45.41%
B = 45.93%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#21ADAF (or 0x21ADAF) is known color: Light Sea Green. HEX triplet: 21, AD and AF. RGB value is (33,173,175). Sum of RGB (Red+Green+Blue) = 33+173+175=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #21ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ADAF is #DE5250. Grayscale: #838383. Windows color (decimal): -14570065 or 11513121. OLE color: 11513121.

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

Color convert

RGB 33 173 175 -
CMYK 0.81 0.01 0 0.31
HSL 180.85º 0.68% 0.41% -
HSV(B) 180.85º 0.81% 0.69% -
XYZ 23.31 33.31 45.76 -
YUV 131.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 33 173 175 0.81 0.01 0 0.31 180.85 0.68 0.41
Hex 21 AD AF 51 1 0 1F B5 44 29
Octal 41 255 257 121 1 0 37 265 104 51
Binary 100001 10101101 10101111 1010001 1 0 11111 10110101 1000100 101001

Color Harmonies of #21ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADAF

Black with #21ADAF

Text Example


Text Example

White with #21ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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