Html Css Color HEX #69CB80 Emerald

📋 copy color: '#69CB80'

red 105 ◦ green 203 ◦ blue 128

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

Shades of Emerald #69CB80

Tints of Emerald #69CB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.56%

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

R = 24.08%
G = 46.56%
B = 29.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#69CB80 (or 0x69CB80) is known color: Emerald. HEX triplet: 69, CB and 80. RGB value is (105,203,128). Sum of RGB (Red+Green+Blue) = 105+203+128=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CB80 is #96347F. Grayscale: #A5A5A5. Windows color (decimal): -9843840 or 8440681. OLE color: 8440681.

HSL color Cylindrical-coordinate representation of color #69CB80: hue angle of 134.08º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CB80 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 203 128 -
CMYK 0.48 0 0.37 0.20
HSL 134.08º 0.49% 0.6% -
HSV(B) 134.08º 0.48% 0.8% -
XYZ 31.08 47.27 27.91 -
YUV 165.15 107.03 85.1 -
System Red Green Blue C M Y K H S L
Decimal 105 203 128 0.48 0 0.37 0.20 134.08 0.49 0.6
Hex 69 CB 80 30 0 25 14 86 31 3C
Octal 151 313 200 60 0 45 24 206 61 74
Binary 1101001 11001011 10000000 110000 0 100101 10100 10000110 110001 111100

Color Harmonies of #69CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CB80

Black with #69CB80

Text Example


Text Example

White with #69CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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