Html Css Color HEX #21BDA6 Light Sea Green

📋 copy color: '#21BDA6'

red 33 ◦ green 189 ◦ blue 166

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

Shades of Light Sea Green #21BDA6

Tints of Light Sea Green #21BDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 8.51%
G = 48.71%
B = 42.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#21BDA6 (or 0x21BDA6) is known color: Light Sea Green. HEX triplet: 21, BD and A6. RGB value is (33,189,166). Sum of RGB (Red+Green+Blue) = 33+189+166=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #21BDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BDA6 is #DE4259. Grayscale: #8B8B8B. Windows color (decimal): -14565978 or 10927393. OLE color: 10927393.

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

Color convert

RGB 33 189 166 -
CMYK 0.83 0 0.12 0.26
HSL 171.15º 0.7% 0.44% -
HSV(B) 171.15º 0.83% 0.74% -
XYZ 25.71 39.47 42.34 -
YUV 139.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 33 189 166 0.83 0 0.12 0.26 171.15 0.7 0.44
Hex 21 BD A6 53 0 C 1A AB 46 2C
Octal 41 275 246 123 0 14 32 253 106 54
Binary 100001 10111101 10100110 1010011 0 1100 11010 10101011 1000110 101100

Color Harmonies of #21BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDA6

Black with #21BDA6

Text Example


Text Example

White with #21BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,166); }

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

background-color css

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

 a { background-color: rgb(33,189,166); }

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

border-color css

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

 span { border-color: rgb(33,189,166); }

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