Html Css Color HEX #6ACB9E Medium Aquamarine

📋 copy color: '#6ACB9E'

red 106 ◦ green 203 ◦ blue 158

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

Shades of Medium Aquamarine #6ACB9E

Tints of Medium Aquamarine #6ACB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 22.7%
G = 43.47%
B = 33.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#6ACB9E (or 0x6ACB9E) is known color: Medium Aquamarine. HEX triplet: 6A, CB and 9E. RGB value is (106,203,158). Sum of RGB (Red+Green+Blue) = 106+203+158=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACB9E is #953461. Grayscale: #A8A8A8. Windows color (decimal): -9778274 or 10406762. OLE color: 10406762.

HSL color Cylindrical-coordinate representation of color #6ACB9E: hue angle of 152.16º 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 #6ACB9E is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 158 -
CMYK 0.48 0 0.22 0.20
HSL 152.16º 0.48% 0.61% -
HSV(B) 152.16º 0.48% 0.8% -
XYZ 33.47 48.24 39.9 -
YUV 168.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 106 203 158 0.48 0 0.22 0.20 152.16 0.48 0.61
Hex 6A CB 9E 30 0 16 14 98 30 3D
Octal 152 313 236 60 0 26 24 230 60 75
Binary 1101010 11001011 10011110 110000 0 10110 10100 10011000 110000 111101

Color Harmonies of #6ACB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB9E

Black with #6ACB9E

Text Example


Text Example

White with #6ACB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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