Html Css Color HEX #6FCAAE Medium Aquamarine

📋 copy color: '#6FCAAE'

red 111 ◦ green 202 ◦ blue 174

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

Shades of Medium Aquamarine #6FCAAE

Tints of Medium Aquamarine #6FCAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 22.79%
G = 41.48%
B = 35.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#6FCAAE (or 0x6FCAAE) is known color: Medium Aquamarine. HEX triplet: 6F, CA and AE. RGB value is (111,202,174). Sum of RGB (Red+Green+Blue) = 111+202+174=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAAE is #903551. Grayscale: #ABABAB. Windows color (decimal): -9450834 or 11455087. OLE color: 11455087.

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

Color convert

RGB 111 202 174 -
CMYK 0.45 0 0.14 0.21
HSL 161.54º 0.46% 0.61% -
HSV(B) 161.54º 0.45% 0.79% -
XYZ 35.32 48.68 47.58 -
YUV 171.6 129.35 84.78 -
System Red Green Blue C M Y K H S L
Decimal 111 202 174 0.45 0 0.14 0.21 161.54 0.46 0.61
Hex 6F CA AE 2D 0 E 15 A2 2E 3D
Octal 157 312 256 55 0 16 25 242 56 75
Binary 1101111 11001010 10101110 101101 0 1110 10101 10100010 101110 111101

Color Harmonies of #6FCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAAE

Black with #6FCAAE

Text Example


Text Example

White with #6FCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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