Html Css Color HEX #206252 Eden

📋 copy color: '#206252'

red 32 ◦ green 98 ◦ blue 82

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

Shades of Eden #206252

Tints of Eden #206252

RGB

 RED value IS 32 (12.89% from 255) = 15.09%

 GREEN value IS 98 (38.67% from 255) = 46.23%

 BLUE value IS 82 (32.42% from 255) = 38.68%

R = 15.09%
G = 46.23%
B = 38.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#206252 (or 0x206252) is known color: Eden. HEX triplet: 20, 62 and 52. RGB value is (32,98,82). Sum of RGB (Red+Green+Blue) = 32+98+82=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #206252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206252 is #DF9DAD. Grayscale: #4C4C4C. Windows color (decimal): -14654894 or 5399072. OLE color: 5399072.

HSL color Cylindrical-coordinate representation of color #206252: hue angle of 165.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206252 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 98 82 -
CMYK 0.67 0 0.16 0.62
HSL 165.45º 0.51% 0.25% -
HSV(B) 165.45º 0.67% 0.38% -
XYZ 6.49 9.65 9.5 -
YUV 76.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 32 98 82 0.67 0 0.16 0.62 165.45 0.51 0.25
Hex 20 62 52 43 0 10 3E A5 33 19
Octal 40 142 122 103 0 20 76 245 63 31
Binary 100000 1100010 1010010 1000011 0 10000 111110 10100101 110011 11001

Color Harmonies of #206252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206252

Black with #206252

Text Example


Text Example

White with #206252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206252; }

 p { color: rgb(32,98,82); }

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

background-color css

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

 a { background-color: rgb(32,98,82); }

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

border-color css

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

 span { border-color: rgb(32,98,82); }

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