Html Css Color HEX #21C4BB Light Sea Green

📋 copy color: '#21C4BB'

red 33 ◦ green 196 ◦ blue 187

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

Shades of Light Sea Green #21C4BB

Tints of Light Sea Green #21C4BB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

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

R = 7.93%
G = 47.12%
B = 44.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#21C4BB (or 0x21C4BB) is known color: Light Sea Green. HEX triplet: 21, C4 and BB. RGB value is (33,196,187). Sum of RGB (Red+Green+Blue) = 33+196+187=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #21C4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C4BB is #DE3B44. Grayscale: #929292. Windows color (decimal): -14564165 or 12305441. OLE color: 12305441.

HSL color Cylindrical-coordinate representation of color #21C4BB: hue angle of 176.69º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C4BB is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 33 196 187 -
CMYK 0.83 0 0.05 0.23
HSL 176.69º 0.71% 0.45% -
HSV(B) 176.69º 0.83% 0.77% -
XYZ 29.34 43.39 53.84 -
YUV 146.24 151 47.23 -
System Red Green Blue C M Y K H S L
Decimal 33 196 187 0.83 0 0.05 0.23 176.69 0.71 0.45
Hex 21 C4 BB 53 0 5 17 B1 47 2D
Octal 41 304 273 123 0 5 27 261 107 55
Binary 100001 11000100 10111011 1010011 0 101 10111 10110001 1000111 101101

Color Harmonies of #21C4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C4BB

Black with #21C4BB

Text Example


Text Example

White with #21C4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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