Html Css Color HEX #71D6CB Downy

📋 copy color: '#71D6CB'

red 113 ◦ green 214 ◦ blue 203

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

Shades of Downy #71D6CB

Tints of Downy #71D6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 21.32%
G = 40.38%
B = 38.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#71D6CB (or 0x71D6CB) is known color: Downy. HEX triplet: 71, D6 and CB. RGB value is (113,214,203). Sum of RGB (Red+Green+Blue) = 113+214+203=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6CB is #8E2934. Grayscale: #B6B6B6. Windows color (decimal): -9316661 or 13358705. OLE color: 13358705.

HSL color Cylindrical-coordinate representation of color #71D6CB: hue angle of 173.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D6CB is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 214 203 -
CMYK 0.47 0 0.05 0.16
HSL 173.47º 0.55% 0.64% -
HSV(B) 173.47º 0.47% 0.84% -
XYZ 41.64 55.92 65.1 -
YUV 182.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 113 214 203 0.47 0 0.05 0.16 173.47 0.55 0.64
Hex 71 D6 CB 2F 0 5 10 AD 37 40
Octal 161 326 313 57 0 5 20 255 67 100
Binary 1110001 11010110 11001011 101111 0 101 10000 10101101 110111 1000000

Color Harmonies of #71D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D6CB

Black with #71D6CB

Text Example


Text Example

White with #71D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,214,203); }

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

background-color css

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

 a { background-color: rgb(113,214,203); }

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

border-color css

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

 span { border-color: rgb(113,214,203); }

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