#206B4B

Color #206B4B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #206B4B

Tints of Dark Spring Green #206B4B

Color information

#206B4B (or 0x206B4B) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6B and 4B. RGB value is (32,107,75). Sum of RGB (Red+Green+Blue) = 32+107+75=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #206B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206B4B is #DF94B4. Grayscale: #505050. Windows color (decimal): -14652597 or 4942624. OLE color: 4942624.

HSL color Cylindrical-coordinate representation of color #206B4B: hue angle of 154.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B4B is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB3210775-
CMYK0.7000.300.58
HSL154.4º53.96%27.25%-
HSV(B)154.4º70.09%41.96%-
XYZ7.1211.338.47-
YUV80.93124.6593.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 107 (42.19% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=14.95%
G=50%
B=35.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32107750.7000.300.58154.453.9627.25
Hex206B4B4601E3A9a361b
Octal40153113106036722326633
Binary1000001101011100101110001100111101110101001101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206B4B; }

 p { color: rgb(32,107,75); }

 H1.HeaderClassName
 {
   color: #206B4B;
 }
 .AnyTagClassName
 {
   color: #206B4B;
 }
</style>
background-color css

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

 a { background-color: rgb(32,107,75); }

 div.DivClassName
 {
   background-color: #206B4B;
 }
 .BgClassName
 {
   background-color: #206B4B;
 }
</style>
border-color css

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

 span { border-color: rgb(32,107,75); }

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