Html Css Color HEX #71CFB7 Downy

📋 copy color: '#71CFB7'

red 113 ◦ green 207 ◦ blue 183

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

Shades of Downy #71CFB7

Tints of Downy #71CFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 22.47%
G = 41.15%
B = 36.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#71CFB7 (or 0x71CFB7) is known color: Downy. HEX triplet: 71, CF and B7. RGB value is (113,207,183). Sum of RGB (Red+Green+Blue) = 113+207+183=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFB7 is #8E3048. Grayscale: #B0B0B0. Windows color (decimal): -9318473 or 12046193. OLE color: 12046193.

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

Color convert

RGB 113 207 183 -
CMYK 0.45 0 0.12 0.19
HSL 164.68º 0.49% 0.63% -
HSV(B) 164.68º 0.45% 0.81% -
XYZ 37.67 51.56 52.77 -
YUV 176.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 113 207 183 0.45 0 0.12 0.19 164.68 0.49 0.63
Hex 71 CF B7 2D 0 C 13 A5 31 3F
Octal 161 317 267 55 0 14 23 245 61 77
Binary 1110001 11001111 10110111 101101 0 1100 10011 10100101 110001 111111

Color Harmonies of #71CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFB7

Black with #71CFB7

Text Example


Text Example

White with #71CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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