Html Css Color HEX #21694C Evening Sea

📋 copy color: '#21694C'

red 33 ◦ green 105 ◦ blue 76

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

Shades of Evening Sea #21694C

Tints of Evening Sea #21694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.07%

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

R = 15.42%
G = 49.07%
B = 35.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#21694C (or 0x21694C) is known color: Evening Sea. HEX triplet: 21, 69 and 4C. RGB value is (33,105,76). Sum of RGB (Red+Green+Blue) = 33+105+76=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #21694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21694C is #DE96B3. Grayscale: #505050. Windows color (decimal): -14587572 or 5007649. OLE color: 5007649.

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

Color convert

RGB 33 105 76 -
CMYK 0.69 0 0.28 0.59
HSL 155.83º 0.52% 0.27% -
HSV(B) 155.83º 0.69% 0.41% -
XYZ 6.98 10.95 8.58 -
YUV 80.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 33 105 76 0.69 0 0.28 0.59 155.83 0.52 0.27
Hex 21 69 4C 45 0 1C 3B 9C 34 1B
Octal 41 151 114 105 0 34 73 234 64 33
Binary 100001 1101001 1001100 1000101 0 11100 111011 10011100 110100 11011

Color Harmonies of #21694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21694C

Black with #21694C

Text Example


Text Example

White with #21694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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