Html Css Color HEX #71CFAF Medium Aquamarine

📋 copy color: '#71CFAF'

red 113 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #71CFAF

Tints of Medium Aquamarine #71CFAF

RGB

 RED value IS 113 (44.53% from 255) = 22.83%

 GREEN value IS 207 (81.25% from 255) = 41.82%

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 22.83%
G = 41.82%
B = 35.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#71CFAF (or 0x71CFAF) is known color: Medium Aquamarine. HEX triplet: 71, CF and AF. RGB value is (113,207,175). Sum of RGB (Red+Green+Blue) = 113+207+175=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CFAF is #8E3050. Grayscale: #AFAFAF. Windows color (decimal): -9318481 or 11521905. OLE color: 11521905.

HSL color Cylindrical-coordinate representation of color #71CFAF: hue angle of 159.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CFAF is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 175 -
CMYK 0.45 0 0.15 0.19
HSL 159.57º 0.49% 0.63% -
HSV(B) 159.57º 0.45% 0.81% -
XYZ 36.86 51.23 48.5 -
YUV 175.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 113 207 175 0.45 0 0.15 0.19 159.57 0.49 0.63
Hex 71 CF AF 2D 0 F 13 A0 31 3F
Octal 161 317 257 55 0 17 23 240 61 77
Binary 1110001 11001111 10101111 101101 0 1111 10011 10100000 110001 111111

Color Harmonies of #71CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFAF

Black with #71CFAF

Text Example


Text Example

White with #71CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CFAF; }

 p { color: rgb(113,207,175); }

 H1.HeaderClassName
 {
   color: #71CFAF;
 }
 .AnyTagClassName
 {
   color: #71CFAF;
 }
</style>

background-color css

<style>
 a { background-color: #71CFAF; }

 a { background-color: rgb(113,207,175); }

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

border-color css

<style>
 span { border-color: #71CFAF; }

 span { border-color: rgb(113,207,175); }

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