#21C968

Color #21C968 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #21C968

Tints of Medium Sea Green #21C968

Color information

#21C968 (or 0x21C968) is unknown color: approx Medium Sea Green. HEX triplet: 21, C9 and 68. RGB value is (33,201,104). Sum of RGB (Red+Green+Blue) = 33+201+104=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #21C968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C968 is #DE3697. Grayscale: #8B8B8B. Windows color (decimal): -14562968 or 6867233. OLE color: 6867233.

HSL color Cylindrical-coordinate representation of color #21C968: hue angle of 145.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C968 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB33201104-
CMYK0.8400.480.21
HSL145.36º71.79%45.88%-
HSV(B)145.36º83.58%78.82%-
XYZ24.0143.120.15-
YUV139.71107.8451.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 201 (78.91% from 255) = 59.47%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=9.76%
G=59.47%
B=30.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332011040.8400.480.21145.3671.7945.88
Hex21C968540301591482e
Octal413111501240602522111056
Binary1000011100100111010001010100011000010101100100011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,201,104); }

 H1.HeaderClassName
 {
   color: #21C968;
 }
 .AnyTagClassName
 {
   color: #21C968;
 }
</style>
background-color css

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

 a { background-color: rgb(33,201,104); }

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

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

 span { border-color: rgb(33,201,104); }

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