Html Css Color HEX #69CA7E Emerald

📋 copy color: '#69CA7E'

red 105 ◦ green 202 ◦ blue 126

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

Shades of Emerald #69CA7E

Tints of Emerald #69CA7E

RGB

 RED value IS 105 (41.41% from 255) = 24.25%

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 24.25%
G = 46.65%
B = 29.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#69CA7E (or 0x69CA7E) is known color: 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

RGB 105 202 126 -
CMYK 0.48 0 0.38 0.21
HSL 132.99º 0.48% 0.6% -
HSV(B) 132.99º 0.48% 0.79% -
XYZ 30.71 46.75 27.14 -
YUV 164.33 106.36 85.68 -
System Red Green Blue C M Y K H S L
Decimal 105 202 126 0.48 0 0.38 0.21 132.99 0.48 0.6
Hex 69 CA 7E 30 0 26 15 85 30 3C
Octal 151 312 176 60 0 46 25 205 60 74
Binary 1101001 11001010 1111110 110000 0 100110 10101 10000101 110000 111100

Color Harmonies of #69CA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA7E

Black with #69CA7E

Text Example


Text Example

White with #69CA7E

Text Example


Text Example

HTML Codes & Css Web 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>