Html Css Color HEX #6ACB80 Emerald

📋 copy color: '#6ACB80'

red 106 ◦ green 203 ◦ blue 128

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

Shades of Emerald #6ACB80

Tints of Emerald #6ACB80

RGB

 RED value IS 106 (41.8% from 255) = 24.26%

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

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

R = 24.26%
G = 46.45%
B = 29.29%

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

#6ACB80 (or 0x6ACB80) is known color: Emerald. HEX triplet: 6A, CB and 80. RGB value is (106,203,128). Sum of RGB (Red+Green+Blue) = 106+203+128=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACB80 is #95347F. Grayscale: #A5A5A5. Windows color (decimal): -9778304 or 8440682. OLE color: 8440682.

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

Color convert

RGB 106 203 128 -
CMYK 0.48 0 0.37 0.20
HSL 133.61º 0.48% 0.61% -
HSV(B) 133.61º 0.48% 0.8% -
XYZ 31.2 47.33 27.91 -
YUV 165.45 106.86 85.6 -
System Red Green Blue C M Y K H S L
Decimal 106 203 128 0.48 0 0.37 0.20 133.61 0.48 0.61
Hex 6A CB 80 30 0 25 14 86 30 3D
Octal 152 313 200 60 0 45 24 206 60 75
Binary 1101010 11001011 10000000 110000 0 100101 10100 10000110 110000 111101

Color Harmonies of #6ACB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB80

Black with #6ACB80

Text Example


Text Example

White with #6ACB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACB80; }

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

 H1.HeaderClassName
 {
   color: #6ACB80;
 }
 .AnyTagClassName
 {
   color: #6ACB80;
 }
</style>

background-color css

<style>
 a { background-color: #6ACB80; }

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

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

border-color css

<style>
 span { border-color: #6ACB80; }

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

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