Html Css Color HEX #71D2CB Downy

📋 copy color: '#71D2CB'

red 113 ◦ green 210 ◦ blue 203

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

Shades of Downy #71D2CB

Tints of Downy #71D2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 21.48%
G = 39.92%
B = 38.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#71D2CB (or 0x71D2CB) is known color: Downy. HEX triplet: 71, D2 and CB. RGB value is (113,210,203). Sum of RGB (Red+Green+Blue) = 113+210+203=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2CB is #8E2D34. Grayscale: #B4B4B4. Windows color (decimal): -9317685 or 13357681. OLE color: 13357681.

HSL color Cylindrical-coordinate representation of color #71D2CB: hue angle of 175.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2CB is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 210 203 -
CMYK 0.46 0 0.03 0.18
HSL 175.67º 0.52% 0.63% -
HSV(B) 175.67º 0.46% 0.82% -
XYZ 40.64 53.92 64.76 -
YUV 180.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 113 210 203 0.46 0 0.03 0.18 175.67 0.52 0.63
Hex 71 D2 CB 2E 0 3 12 B0 34 3F
Octal 161 322 313 56 0 3 22 260 64 77
Binary 1110001 11010010 11001011 101110 0 11 10010 10110000 110100 111111

Color Harmonies of #71D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D2CB

Black with #71D2CB

Text Example


Text Example

White with #71D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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