#69D082

Color #69D082 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #69D082

Tints of Emerald #69D082

Color information

#69D082 (or 0x69D082) is unknown color: approx Emerald. HEX triplet: 69, D0 and 82. RGB value is (105,208,130). Sum of RGB (Red+Green+Blue) = 105+208+130=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #69D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D082 is #962F7D. Grayscale: #A8A8A8. Windows color (decimal): -9842558 or 8573033. OLE color: 8573033.

HSL color Cylindrical-coordinate representation of color #69D082: hue angle of 134.56º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D082 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB105208130-
CMYK0.5000.380.18
HSL134.56º52.28%61.37%-
HSV(B)134.56º49.52%81.57%-
XYZ32.4149.7329.01-
YUV168.31106.3882.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 208 (81.64% from 255) = 46.95%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=23.70%
G=46.95%
B=29.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052081300.5000.380.18134.5652.2861.37
Hex69D082320261287343d
Octal15132020262046222076475
Binary1101001110100001000001011001001001101001010000111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D082; }

 p { color: rgb(105,208,130); }

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

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

 a { background-color: rgb(105,208,130); }

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

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

 span { border-color: rgb(105,208,130); }

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