Html Css Color HEX #21BEAF Light Sea Green

📋 copy color: '#21BEAF'

red 33 ◦ green 190 ◦ blue 175

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

Shades of Light Sea Green #21BEAF

Tints of Light Sea Green #21BEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.74%

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

R = 8.29%
G = 47.74%
B = 43.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#21BEAF (or 0x21BEAF) is known color: Light Sea Green. HEX triplet: 21, BE and AF. RGB value is (33,190,175). Sum of RGB (Red+Green+Blue) = 33+190+175=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEAF is #DE4150. Grayscale: #8D8D8D. Windows color (decimal): -14565713 or 11517473. OLE color: 11517473.

HSL color Cylindrical-coordinate representation of color #21BEAF: hue angle of 174.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEAF is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 190 175 -
CMYK 0.83 0 0.08 0.25
HSL 174.27º 0.7% 0.44% -
HSV(B) 174.27º 0.83% 0.75% -
XYZ 26.78 40.25 46.91 -
YUV 141.35 146.99 50.72 -
System Red Green Blue C M Y K H S L
Decimal 33 190 175 0.83 0 0.08 0.25 174.27 0.7 0.44
Hex 21 BE AF 53 0 8 19 AE 46 2C
Octal 41 276 257 123 0 10 31 256 106 54
Binary 100001 10111110 10101111 1010011 0 1000 11001 10101110 1000110 101100

Color Harmonies of #21BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BEAF

Black with #21BEAF

Text Example


Text Example

White with #21BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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