Html Css Color HEX #69CE80 Emerald

📋 copy color: '#69CE80'

red 105 ◦ green 206 ◦ blue 128

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

Shades of Emerald #69CE80

Tints of Emerald #69CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.92%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 23.92%
G = 46.92%
B = 29.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#69CE80 (or 0x69CE80) is known color: Emerald. HEX triplet: 69, CE and 80. RGB value is (105,206,128). Sum of RGB (Red+Green+Blue) = 105+206+128=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CE80 is #96317F. Grayscale: #A7A7A7. Windows color (decimal): -9843072 or 8441449. OLE color: 8441449.

HSL color Cylindrical-coordinate representation of color #69CE80: hue angle of 133.66º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CE80 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 206 128 -
CMYK 0.49 0 0.38 0.19
HSL 133.66º 0.51% 0.61% -
HSV(B) 133.66º 0.49% 0.81% -
XYZ 31.79 48.7 28.15 -
YUV 166.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 105 206 128 0.49 0 0.38 0.19 133.66 0.51 0.61
Hex 69 CE 80 31 0 26 13 86 33 3D
Octal 151 316 200 61 0 46 23 206 63 75
Binary 1101001 11001110 10000000 110001 0 100110 10011 10000110 110011 111101

Color Harmonies of #69CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CE80

Black with #69CE80

Text Example


Text Example

White with #69CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,206,128); }

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

background-color css

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

 a { background-color: rgb(105,206,128); }

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

border-color css

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

 span { border-color: rgb(105,206,128); }

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