Html Css Color HEX #6FCAA5 Medium Aquamarine

📋 copy color: '#6FCAA5'

red 111 ◦ green 202 ◦ blue 165

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

Shades of Medium Aquamarine #6FCAA5

Tints of Medium Aquamarine #6FCAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.52%

R = 23.22%
G = 42.26%
B = 34.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#6FCAA5 (or 0x6FCAA5) is known color: Medium Aquamarine. HEX triplet: 6F, CA and A5. RGB value is (111,202,165). Sum of RGB (Red+Green+Blue) = 111+202+165=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAA5 is #90355A. Grayscale: #AAAAAA. Windows color (decimal): -9450843 or 10865263. OLE color: 10865263.

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

Color convert

RGB 111 202 165 -
CMYK 0.45 0 0.18 0.21
HSL 155.6º 0.46% 0.61% -
HSV(B) 155.6º 0.45% 0.79% -
XYZ 34.47 48.34 43.11 -
YUV 170.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 111 202 165 0.45 0 0.18 0.21 155.6 0.46 0.61
Hex 6F CA A5 2D 0 12 15 9C 2E 3D
Octal 157 312 245 55 0 22 25 234 56 75
Binary 1101111 11001010 10100101 101101 0 10010 10101 10011100 101110 111101

Color Harmonies of #6FCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAA5

Black with #6FCAA5

Text Example


Text Example

White with #6FCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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