Html Css Color HEX #21685B Eden

📋 copy color: '#21685B'

red 33 ◦ green 104 ◦ blue 91

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

Shades of Eden #21685B

Tints of Eden #21685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 14.47%
G = 45.61%
B = 39.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#21685B (or 0x21685B) is known color: Eden. HEX triplet: 21, 68 and 5B. RGB value is (33,104,91). Sum of RGB (Red+Green+Blue) = 33+104+91=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #21685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21685B is #DE97A4. Grayscale: #515151. Windows color (decimal): -14587813 or 5990433. OLE color: 5990433.

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

Color convert

RGB 33 104 91 -
CMYK 0.68 0 0.12 0.59
HSL 169.01º 0.52% 0.27% -
HSV(B) 169.01º 0.68% 0.41% -
XYZ 7.47 10.98 11.62 -
YUV 81.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 33 104 91 0.68 0 0.12 0.59 169.01 0.52 0.27
Hex 21 68 5B 44 0 C 3B A9 34 1B
Octal 41 150 133 104 0 14 73 251 64 33
Binary 100001 1101000 1011011 1000100 0 1100 111011 10101001 110100 11011

Color Harmonies of #21685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21685B

Black with #21685B

Text Example


Text Example

White with #21685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21685B; }

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

 H1.HeaderClassName
 {
   color: #21685B;
 }
 .AnyTagClassName
 {
   color: #21685B;
 }
</style>

background-color css

<style>
 a { background-color: #21685B; }

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

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

border-color css

<style>
 span { border-color: #21685B; }

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

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