Html Css Color HEX #21AFAB Light Sea Green

📋 copy color: '#21AFAB'

red 33 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #21AFAB

Tints of Light Sea Green #21AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 8.71%
G = 46.17%
B = 45.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#21AFAB (or 0x21AFAB) is known color: Light Sea Green. HEX triplet: 21, AF and AB. RGB value is (33,175,171). Sum of RGB (Red+Green+Blue) = 33+175+171=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #21AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AFAB is #DE5054. Grayscale: #838383. Windows color (decimal): -14569557 or 11251489. OLE color: 11251489.

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

Color convert

RGB 33 175 171 -
CMYK 0.81 0 0.02 0.31
HSL 178.31º 0.68% 0.41% -
HSV(B) 178.31º 0.81% 0.69% -
XYZ 23.31 33.92 43.85 -
YUV 132.09 149.96 57.33 -
System Red Green Blue C M Y K H S L
Decimal 33 175 171 0.81 0 0.02 0.31 178.31 0.68 0.41
Hex 21 AF AB 51 0 2 1F B2 44 29
Octal 41 257 253 121 0 2 37 262 104 51
Binary 100001 10101111 10101011 1010001 0 10 11111 10110010 1000100 101001

Color Harmonies of #21AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AFAB

Black with #21AFAB

Text Example


Text Example

White with #21AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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