Html Css Color HEX #71CFB9 Downy

📋 copy color: '#71CFB9'

red 113 ◦ green 207 ◦ blue 185

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

Shades of Downy #71CFB9

Tints of Downy #71CFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 22.38%
G = 40.99%
B = 36.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#71CFB9 (or 0x71CFB9) is known color: Downy. HEX triplet: 71, CF and B9. RGB value is (113,207,185). Sum of RGB (Red+Green+Blue) = 113+207+185=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFB9 is #8E3046. Grayscale: #B0B0B0. Windows color (decimal): -9318471 or 12177265. OLE color: 12177265.

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

Color convert

RGB 113 207 185 -
CMYK 0.45 0 0.11 0.19
HSL 165.96º 0.49% 0.63% -
HSV(B) 165.96º 0.45% 0.81% -
XYZ 37.88 51.64 53.87 -
YUV 176.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 113 207 185 0.45 0 0.11 0.19 165.96 0.49 0.63
Hex 71 CF B9 2D 0 B 13 A6 31 3F
Octal 161 317 271 55 0 13 23 246 61 77
Binary 1110001 11001111 10111001 101101 0 1011 10011 10100110 110001 111111

Color Harmonies of #71CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFB9

Black with #71CFB9

Text Example


Text Example

White with #71CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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