Html Css Color HEX #21BBA9 Light Sea Green

📋 copy color: '#21BBA9'

red 33 ◦ green 187 ◦ blue 169

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

Shades of Light Sea Green #21BBA9

Tints of Light Sea Green #21BBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.07%

 BLUE value IS 169 (66.41% from 255) = 43.44%

R = 8.48%
G = 48.07%
B = 43.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#21BBA9 (or 0x21BBA9) is known color: Light Sea Green. HEX triplet: 21, BB and A9. RGB value is (33,187,169). Sum of RGB (Red+Green+Blue) = 33+187+169=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #21BBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BBA9 is #DE4456. Grayscale: #8A8A8A. Windows color (decimal): -14566487 or 11123489. OLE color: 11123489.

HSL color Cylindrical-coordinate representation of color #21BBA9: hue angle of 172.99º 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 #21BBA9 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 187 169 -
CMYK 0.82 0 0.10 0.27
HSL 172.99º 0.7% 0.43% -
HSV(B) 172.99º 0.82% 0.73% -
XYZ 25.56 38.73 43.66 -
YUV 138.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 33 187 169 0.82 0 0.10 0.27 172.99 0.7 0.43
Hex 21 BB A9 52 0 A 1B AD 46 2B
Octal 41 273 251 122 0 12 33 255 106 53
Binary 100001 10111011 10101001 1010010 0 1010 11011 10101101 1000110 101011

Color Harmonies of #21BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BBA9

Black with #21BBA9

Text Example


Text Example

White with #21BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,187,169); }

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

background-color css

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

 a { background-color: rgb(33,187,169); }

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

border-color css

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

 span { border-color: rgb(33,187,169); }

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