Html Css Color HEX #21BCBB Light Sea Green

📋 copy color: '#21BCBB'

red 33 ◦ green 188 ◦ blue 187

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

Shades of Light Sea Green #21BCBB

Tints of Light Sea Green #21BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 8.09%
G = 46.08%
B = 45.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#21BCBB (or 0x21BCBB) is known color: Light Sea Green. HEX triplet: 21, BC and BB. RGB value is (33,188,187). Sum of RGB (Red+Green+Blue) = 33+188+187=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #21BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCBB is #DE4344. Grayscale: #8D8D8D. Windows color (decimal): -14566213 or 12303393. OLE color: 12303393.

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

Color convert

RGB 33 188 187 -
CMYK 0.82 0 0.01 0.26
HSL 179.61º 0.7% 0.43% -
HSV(B) 179.61º 0.82% 0.74% -
XYZ 27.58 39.88 53.26 -
YUV 141.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 33 188 187 0.82 0 0.01 0.26 179.61 0.7 0.43
Hex 21 BC BB 52 0 1 1A B4 46 2B
Octal 41 274 273 122 0 1 32 264 106 53
Binary 100001 10111100 10111011 1010010 0 1 11010 10110100 1000110 101011

Color Harmonies of #21BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCBB

Black with #21BCBB

Text Example


Text Example

White with #21BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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