Html Css Color HEX #21BAAE Light Sea Green

📋 copy color: '#21BAAE'

red 33 ◦ green 186 ◦ blue 174

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

Shades of Light Sea Green #21BAAE

Tints of Light Sea Green #21BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.33%

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

R = 8.4%
G = 47.33%
B = 44.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#21BAAE (or 0x21BAAE) is known color: Light Sea Green. HEX triplet: 21, BA and AE. RGB value is (33,186,174). Sum of RGB (Red+Green+Blue) = 33+186+174=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #21BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BAAE is #DE4551. Grayscale: #8A8A8A. Windows color (decimal): -14566738 or 11450913. OLE color: 11450913.

HSL color Cylindrical-coordinate representation of color #21BAAE: hue angle of 175.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BAAE is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 186 174 -
CMYK 0.82 0 0.06 0.27
HSL 175.29º 0.7% 0.43% -
HSV(B) 175.29º 0.82% 0.73% -
XYZ 25.83 38.5 46.11 -
YUV 138.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 33 186 174 0.82 0 0.06 0.27 175.29 0.7 0.43
Hex 21 BA AE 52 0 6 1B AF 46 2B
Octal 41 272 256 122 0 6 33 257 106 53
Binary 100001 10111010 10101110 1010010 0 110 11011 10101111 1000110 101011

Color Harmonies of #21BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BAAE

Black with #21BAAE

Text Example


Text Example

White with #21BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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