Html Css Color HEX #21BCB9 Light Sea Green

📋 copy color: '#21BCB9'

red 33 ◦ green 188 ◦ blue 185

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

Shades of Light Sea Green #21BCB9

Tints of Light Sea Green #21BCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.57%

R = 8.13%
G = 46.31%
B = 45.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#21BCB9 (or 0x21BCB9) is known color: Light Sea Green. HEX triplet: 21, BC and B9. RGB value is (33,188,185). Sum of RGB (Red+Green+Blue) = 33+188+185=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCB9 is #DE4346. Grayscale: #8D8D8D. Windows color (decimal): -14566215 or 12172321. OLE color: 12172321.

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

Color convert

RGB 33 188 185 -
CMYK 0.82 0 0.02 0.26
HSL 178.84º 0.7% 0.43% -
HSV(B) 178.84º 0.82% 0.74% -
XYZ 27.37 39.79 52.14 -
YUV 141.31 152.65 50.74 -
System Red Green Blue C M Y K H S L
Decimal 33 188 185 0.82 0 0.02 0.26 178.84 0.7 0.43
Hex 21 BC B9 52 0 2 1A B3 46 2B
Octal 41 274 271 122 0 2 32 263 106 53
Binary 100001 10111100 10111001 1010010 0 10 11010 10110011 1000110 101011

Color Harmonies of #21BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCB9

Black with #21BCB9

Text Example


Text Example

White with #21BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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