Html Css Color HEX #71CEC4 Downy

📋 copy color: '#71CEC4'

red 113 ◦ green 206 ◦ blue 196

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

Shades of Downy #71CEC4

Tints of Downy #71CEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.06%

R = 21.94%
G = 40%
B = 38.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#71CEC4 (or 0x71CEC4) is known color: Downy. HEX triplet: 71, CE and C4. RGB value is (113,206,196). Sum of RGB (Red+Green+Blue) = 113+206+196=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEC4 is #8E313B. Grayscale: #B1B1B1. Windows color (decimal): -9318716 or 12897905. OLE color: 12897905.

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

Color convert

RGB 113 206 196 -
CMYK 0.45 0 0.05 0.19
HSL 173.55º 0.49% 0.63% -
HSV(B) 173.55º 0.45% 0.81% -
XYZ 38.85 51.64 60.14 -
YUV 177.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 113 206 196 0.45 0 0.05 0.19 173.55 0.49 0.63
Hex 71 CE C4 2D 0 5 13 AE 31 3F
Octal 161 316 304 55 0 5 23 256 61 77
Binary 1110001 11001110 11000100 101101 0 101 10011 10101110 110001 111111

Color Harmonies of #71CEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEC4

Black with #71CEC4

Text Example


Text Example

White with #71CEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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