Html Css Color HEX #6FCBA8 Medium Aquamarine

📋 copy color: '#6FCBA8'

red 111 ◦ green 203 ◦ blue 168

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

Shades of Medium Aquamarine #6FCBA8

Tints of Medium Aquamarine #6FCBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 23.03%
G = 42.12%
B = 34.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#6FCBA8 (or 0x6FCBA8) is known color: Medium Aquamarine. HEX triplet: 6F, CB and A8. RGB value is (111,203,168). Sum of RGB (Red+Green+Blue) = 111+203+168=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBA8 is #903457. Grayscale: #ABABAB. Windows color (decimal): -9450584 or 11062127. OLE color: 11062127.

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

Color convert

RGB 111 203 168 -
CMYK 0.45 0 0.17 0.20
HSL 157.17º 0.47% 0.62% -
HSV(B) 157.17º 0.45% 0.8% -
XYZ 34.98 48.92 44.64 -
YUV 171.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 111 203 168 0.45 0 0.17 0.20 157.17 0.47 0.62
Hex 6F CB A8 2D 0 11 14 9D 2F 3E
Octal 157 313 250 55 0 21 24 235 57 76
Binary 1101111 11001011 10101000 101101 0 10001 10100 10011101 101111 111110

Color Harmonies of #6FCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBA8

Black with #6FCBA8

Text Example


Text Example

White with #6FCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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