Html Css Color HEX #71CFB0 Medium Aquamarine

📋 copy color: '#71CFB0'

red 113 ◦ green 207 ◦ blue 176

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

Shades of Medium Aquamarine #71CFB0

Tints of Medium Aquamarine #71CFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 22.78%
G = 41.73%
B = 35.48%

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

#71CFB0 (or 0x71CFB0) is known color: Medium Aquamarine. HEX triplet: 71, CF and B0. RGB value is (113,207,176). Sum of RGB (Red+Green+Blue) = 113+207+176=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CFB0 is #8E304F. Grayscale: #AFAFAF. Windows color (decimal): -9318480 or 11587441. OLE color: 11587441.

HSL color Cylindrical-coordinate representation of color #71CFB0: hue angle of 160.21º 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 #71CFB0 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 176 -
CMYK 0.45 0 0.15 0.19
HSL 160.21º 0.49% 0.63% -
HSV(B) 160.21º 0.45% 0.81% -
XYZ 36.96 51.27 49.02 -
YUV 175.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 113 207 176 0.45 0 0.15 0.19 160.21 0.49 0.63
Hex 71 CF B0 2D 0 F 13 A0 31 3F
Octal 161 317 260 55 0 17 23 240 61 77
Binary 1110001 11001111 10110000 101101 0 1111 10011 10100000 110001 111111

Color Harmonies of #71CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFB0

Black with #71CFB0

Text Example


Text Example

White with #71CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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