Html Css Color HEX #6FCAA8 Medium Aquamarine

📋 copy color: '#6FCAA8'

red 111 ◦ green 202 ◦ blue 168

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

Shades of Medium Aquamarine #6FCAA8

Tints of Medium Aquamarine #6FCAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

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

R = 23.08%
G = 42%
B = 34.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#6FCAA8 (or 0x6FCAA8) is known color: Medium Aquamarine. HEX triplet: 6F, CA and A8. RGB value is (111,202,168). Sum of RGB (Red+Green+Blue) = 111+202+168=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAA8 is #903557. Grayscale: #AAAAAA. Windows color (decimal): -9450840 or 11061871. OLE color: 11061871.

HSL color Cylindrical-coordinate representation of color #6FCAA8: hue angle of 157.58º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAA8 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 168 -
CMYK 0.45 0 0.17 0.21
HSL 157.58º 0.46% 0.61% -
HSV(B) 157.58º 0.45% 0.79% -
XYZ 34.74 48.45 44.57 -
YUV 170.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 111 202 168 0.45 0 0.17 0.21 157.58 0.46 0.61
Hex 6F CA A8 2D 0 11 15 9E 2E 3D
Octal 157 312 250 55 0 21 25 236 56 75
Binary 1101111 11001010 10101000 101101 0 10001 10101 10011110 101110 111101

Color Harmonies of #6FCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAA8

Black with #6FCAA8

Text Example


Text Example

White with #6FCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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