Html Css Color HEX #6FCBA0 Medium Aquamarine

📋 copy color: '#6FCBA0'

red 111 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #6FCBA0

Tints of Medium Aquamarine #6FCBA0

RGB

 RED value IS 111 (43.75% from 255) = 23.42%

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

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 23.42%
G = 42.83%
B = 33.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#6FCBA0 (or 0x6FCBA0) is known color: Medium Aquamarine. HEX triplet: 6F, CB and A0. RGB value is (111,203,160). Sum of RGB (Red+Green+Blue) = 111+203+160=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBA0 is #90345F. Grayscale: #AAAAAA. Windows color (decimal): -9450592 or 10537839. OLE color: 10537839.

HSL color Cylindrical-coordinate representation of color #6FCBA0: hue angle of 151.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBA0 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 160 -
CMYK 0.45 0 0.21 0.20
HSL 151.96º 0.47% 0.62% -
HSV(B) 151.96º 0.45% 0.8% -
XYZ 34.26 48.63 40.84 -
YUV 170.59 122.02 85.5 -
System Red Green Blue C M Y K H S L
Decimal 111 203 160 0.45 0 0.21 0.20 151.96 0.47 0.62
Hex 6F CB A0 2D 0 15 14 98 2F 3E
Octal 157 313 240 55 0 25 24 230 57 76
Binary 1101111 11001011 10100000 101101 0 10101 10100 10011000 101111 111110

Color Harmonies of #6FCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBA0

Black with #6FCBA0

Text Example


Text Example

White with #6FCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,160); }

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

background-color css

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

 a { background-color: rgb(111,203,160); }

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

border-color css

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

 span { border-color: rgb(111,203,160); }

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