#69CA7E

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

Shades of Emerald #69CA7E

Tints of Emerald #69CA7E

Color information

#69CA7E (or 0x69CA7E) is unknown color: approx Emerald. HEX triplet: 69, CA and 7E. RGB value is (105,202,126). Sum of RGB (Red+Green+Blue) = 105+202+126=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA7E is #963581. Grayscale: #A4A4A4. Windows color (decimal): -9844098 or 8309353. OLE color: 8309353.

HSL color Cylindrical-coordinate representation of color #69CA7E: hue angle of 132.99º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CA7E is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB105202126-
CMYK0.4800.380.21
HSL132.99º47.78%60.2%-
HSV(B)132.99º48.02%79.22%-
XYZ30.7146.7527.14-
YUV164.33106.3685.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.25%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=24.25%
G=46.65%
B=29.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021260.4800.380.21132.9947.7860.2
Hex69CA7E300261585303c
Octal15131217660046252056074
Binary110100111001010111111011000001001101010110000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,126); }

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

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

 a { background-color: rgb(105,202,126); }

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

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

 span { border-color: rgb(105,202,126); }

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