Html Css Color HEX #21994C Sea Green

📋 copy color: '#21994C'

red 33 ◦ green 153 ◦ blue 76

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

Shades of Sea Green #21994C

Tints of Sea Green #21994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.4%

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 12.6%
G = 58.4%
B = 29.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#21994C (or 0x21994C) is known color: Sea Green. HEX triplet: 21, 99 and 4C. RGB value is (33,153,76). Sum of RGB (Red+Green+Blue) = 33+153+76=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #21994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21994C is #DE66B3. Grayscale: #6C6C6C. Windows color (decimal): -14575284 or 5019937. OLE color: 5019937.

HSL color Cylindrical-coordinate representation of color #21994C: hue angle of 141.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21994C is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 153 76 -
CMYK 0.78 0 0.50 0.4
HSL 141.5º 0.65% 0.36% -
HSV(B) 141.5º 0.78% 0.6% -
XYZ 13.32 23.63 10.7 -
YUV 108.34 109.74 74.26 -
System Red Green Blue C M Y K H S L
Decimal 33 153 76 0.78 0 0.50 0.4 141.5 0.65 0.36
Hex 21 99 4C 4E 0 32 28 8E 41 24
Octal 41 231 114 116 0 62 50 216 101 44
Binary 100001 10011001 1001100 1001110 0 110010 101000 10001110 1000001 100100

Color Harmonies of #21994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21994C

Black with #21994C

Text Example


Text Example

White with #21994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21994C; }

 p { color: rgb(33,153,76); }

 H1.HeaderClassName
 {
   color: #21994C;
 }
 .AnyTagClassName
 {
   color: #21994C;
 }
</style>

background-color css

<style>
 a { background-color: #21994C; }

 a { background-color: rgb(33,153,76); }

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

border-color css

<style>
 span { border-color: #21994C; }

 span { border-color: rgb(33,153,76); }

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