Html Css Color HEX #21684C Evening Sea

📋 copy color: '#21684C'

red 33 ◦ green 104 ◦ blue 76

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

Shades of Evening Sea #21684C

Tints of Evening Sea #21684C

RGB

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

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

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

R = 15.49%
G = 48.83%
B = 35.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#21684C (or 0x21684C) is known color: Evening Sea. HEX triplet: 21, 68 and 4C. RGB value is (33,104,76). Sum of RGB (Red+Green+Blue) = 33+104+76=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #21684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21684C is #DE97B3. Grayscale: #4F4F4F. Windows color (decimal): -14587828 or 5007393. OLE color: 5007393.

HSL color Cylindrical-coordinate representation of color #21684C: hue angle of 156.34º 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 #21684C is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 76 -
CMYK 0.68 0 0.27 0.59
HSL 156.34º 0.52% 0.27% -
HSV(B) 156.34º 0.68% 0.41% -
XYZ 6.88 10.75 8.55 -
YUV 79.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 33 104 76 0.68 0 0.27 0.59 156.34 0.52 0.27
Hex 21 68 4C 44 0 1B 3B 9C 34 1B
Octal 41 150 114 104 0 33 73 234 64 33
Binary 100001 1101000 1001100 1000100 0 11011 111011 10011100 110100 11011

Color Harmonies of #21684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21684C

Black with #21684C

Text Example


Text Example

White with #21684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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