Html Css Color HEX #71CEC2 Downy

📋 copy color: '#71CEC2'

red 113 ◦ green 206 ◦ blue 194

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

Shades of Downy #71CEC2

Tints of Downy #71CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 22.03%
G = 40.16%
B = 37.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#71CEC2 (or 0x71CEC2) is known color: Downy. HEX triplet: 71, CE and C2. RGB value is (113,206,194). Sum of RGB (Red+Green+Blue) = 113+206+194=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEC2 is #8E313D. Grayscale: #B0B0B0. Windows color (decimal): -9318718 or 12766833. OLE color: 12766833.

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

Color convert

RGB 113 206 194 -
CMYK 0.45 0 0.06 0.19
HSL 172.26º 0.49% 0.63% -
HSV(B) 172.26º 0.45% 0.81% -
XYZ 38.62 51.55 58.95 -
YUV 176.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 113 206 194 0.45 0 0.06 0.19 172.26 0.49 0.63
Hex 71 CE C2 2D 0 6 13 AC 31 3F
Octal 161 316 302 55 0 6 23 254 61 77
Binary 1110001 11001110 11000010 101101 0 110 10011 10101100 110001 111111

Color Harmonies of #71CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEC2

Black with #71CEC2

Text Example


Text Example

White with #71CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,194); }

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

background-color css

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

 a { background-color: rgb(113,206,194); }

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

border-color css

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

 span { border-color: rgb(113,206,194); }

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