Html Css Color HEX #71CFB5 Downy

📋 copy color: '#71CFB5'

red 113 ◦ green 207 ◦ blue 181

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

Shades of Downy #71CFB5

Tints of Downy #71CFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 22.55%
G = 41.32%
B = 36.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#71CFB5 (or 0x71CFB5) is known color: Downy. HEX triplet: 71, CF and B5. RGB value is (113,207,181). Sum of RGB (Red+Green+Blue) = 113+207+181=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFB5 is #8E304A. Grayscale: #AFAFAF. Windows color (decimal): -9318475 or 11915121. OLE color: 11915121.

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

Color convert

RGB 113 207 181 -
CMYK 0.45 0 0.13 0.19
HSL 163.4º 0.49% 0.63% -
HSV(B) 163.4º 0.45% 0.81% -
XYZ 37.46 51.47 51.68 -
YUV 175.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 113 207 181 0.45 0 0.13 0.19 163.4 0.49 0.63
Hex 71 CF B5 2D 0 D 13 A3 31 3F
Octal 161 317 265 55 0 15 23 243 61 77
Binary 1110001 11001111 10110101 101101 0 1101 10011 10100011 110001 111111

Color Harmonies of #71CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFB5

Black with #71CFB5

Text Example


Text Example

White with #71CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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