Html Css Color HEX #21BCA9 Light Sea Green

📋 copy color: '#21BCA9'

red 33 ◦ green 188 ◦ blue 169

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

Shades of Light Sea Green #21BCA9

Tints of Light Sea Green #21BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.21%

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

R = 8.46%
G = 48.21%
B = 43.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#21BCA9 (or 0x21BCA9) is known color: Light Sea Green. HEX triplet: 21, BC and A9. RGB value is (33,188,169). Sum of RGB (Red+Green+Blue) = 33+188+169=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BCA9 is #DE4356. Grayscale: #8B8B8B. Windows color (decimal): -14566231 or 11123745. OLE color: 11123745.

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

Color convert

RGB 33 188 169 -
CMYK 0.82 0 0.10 0.26
HSL 172.65º 0.7% 0.43% -
HSV(B) 172.65º 0.82% 0.74% -
XYZ 25.77 39.15 43.74 -
YUV 139.49 144.65 52.04 -
System Red Green Blue C M Y K H S L
Decimal 33 188 169 0.82 0 0.10 0.26 172.65 0.7 0.43
Hex 21 BC A9 52 0 A 1A AD 46 2B
Octal 41 274 251 122 0 12 32 255 106 53
Binary 100001 10111100 10101001 1010010 0 1010 11010 10101101 1000110 101011

Color Harmonies of #21BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCA9

Black with #21BCA9

Text Example


Text Example

White with #21BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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