Html Css Color HEX #21684D Evening Sea

📋 copy color: '#21684D'

red 33 ◦ green 104 ◦ blue 77

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

Shades of Evening Sea #21684D

Tints of Evening Sea #21684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.6%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 15.42%
G = 48.6%
B = 35.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#21684D (or 0x21684D) is known color: Evening Sea. HEX triplet: 21, 68 and 4D. RGB value is (33,104,77). Sum of RGB (Red+Green+Blue) = 33+104+77=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #21684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21684D is #DE97B2. Grayscale: #4F4F4F. Windows color (decimal): -14587827 or 5072929. OLE color: 5072929.

HSL color Cylindrical-coordinate representation of color #21684D: hue angle of 157.18º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21684D is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 77 -
CMYK 0.68 0 0.26 0.59
HSL 157.18º 0.52% 0.27% -
HSV(B) 157.18º 0.68% 0.41% -
XYZ 6.92 10.76 8.73 -
YUV 79.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 33 104 77 0.68 0 0.26 0.59 157.18 0.52 0.27
Hex 21 68 4D 44 0 1A 3B 9D 34 1B
Octal 41 150 115 104 0 32 73 235 64 33
Binary 100001 1101000 1001101 1000100 0 11010 111011 10011101 110100 11011

Color Harmonies of #21684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21684D

Black with #21684D

Text Example


Text Example

White with #21684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21684D; }

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

 H1.HeaderClassName
 {
   color: #21684D;
 }
 .AnyTagClassName
 {
   color: #21684D;
 }
</style>

background-color css

<style>
 a { background-color: #21684D; }

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

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

border-color css

<style>
 span { border-color: #21684D; }

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

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