Html Css Color HEX #6FCAAA Medium Aquamarine

📋 copy color: '#6FCAAA'

red 111 ◦ green 202 ◦ blue 170

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

Shades of Medium Aquamarine #6FCAAA

Tints of Medium Aquamarine #6FCAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 22.98%
G = 41.82%
B = 35.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#6FCAAA (or 0x6FCAAA) is known color: Medium Aquamarine. HEX triplet: 6F, CA and AA. RGB value is (111,202,170). Sum of RGB (Red+Green+Blue) = 111+202+170=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAAA is #903555. Grayscale: #ABABAB. Windows color (decimal): -9450838 or 11192943. OLE color: 11192943.

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

Color convert

RGB 111 202 170 -
CMYK 0.45 0 0.16 0.21
HSL 158.9º 0.46% 0.61% -
HSV(B) 158.9º 0.45% 0.79% -
XYZ 34.93 48.52 45.55 -
YUV 171.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 111 202 170 0.45 0 0.16 0.21 158.9 0.46 0.61
Hex 6F CA AA 2D 0 10 15 9F 2E 3D
Octal 157 312 252 55 0 20 25 237 56 75
Binary 1101111 11001010 10101010 101101 0 10000 10101 10011111 101110 111101

Color Harmonies of #6FCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAAA

Black with #6FCAAA

Text Example


Text Example

White with #6FCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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