Html Css Color HEX #21664F Evening Sea

📋 copy color: '#21664F'

red 33 ◦ green 102 ◦ blue 79

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

Shades of Evening Sea #21664F

Tints of Evening Sea #21664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.66%

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 15.42%
G = 47.66%
B = 36.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#21664F (or 0x21664F) is known color: Evening Sea. HEX triplet: 21, 66 and 4F. RGB value is (33,102,79). Sum of RGB (Red+Green+Blue) = 33+102+79=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #21664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21664F is #DE99B0. Grayscale: #4E4E4E. Windows color (decimal): -14588337 or 5203489. OLE color: 5203489.

HSL color Cylindrical-coordinate representation of color #21664F: hue angle of 160º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21664F is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 102 79 -
CMYK 0.68 0 0.23 0.6
HSL 160º 0.51% 0.26% -
HSV(B) 160º 0.68% 0.4% -
XYZ 6.79 10.39 9.04 -
YUV 78.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 33 102 79 0.68 0 0.23 0.6 160 0.51 0.26
Hex 21 66 4F 44 0 17 3C A0 33 1A
Octal 41 146 117 104 0 27 74 240 63 32
Binary 100001 1100110 1001111 1000100 0 10111 111100 10100000 110011 11010

Color Harmonies of #21664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21664F

Black with #21664F

Text Example


Text Example

White with #21664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21664F; }

 p { color: rgb(33,102,79); }

 H1.HeaderClassName
 {
   color: #21664F;
 }
 .AnyTagClassName
 {
   color: #21664F;
 }
</style>

background-color css

<style>
 a { background-color: #21664F; }

 a { background-color: rgb(33,102,79); }

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

border-color css

<style>
 span { border-color: #21664F; }

 span { border-color: rgb(33,102,79); }

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