Html Css Color HEX #71CEBF Downy

📋 copy color: '#71CEBF'

red 113 ◦ green 206 ◦ blue 191

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

Shades of Downy #71CEBF

Tints of Downy #71CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 22.16%
G = 40.39%
B = 37.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#71CEBF (or 0x71CEBF) is known color: Downy. HEX triplet: 71, CE and BF. RGB value is (113,206,191). Sum of RGB (Red+Green+Blue) = 113+206+191=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CEBF is #8E3140. Grayscale: #B0B0B0. Windows color (decimal): -9318721 or 12570225. OLE color: 12570225.

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

Color convert

RGB 113 206 191 -
CMYK 0.45 0 0.07 0.19
HSL 170.32º 0.49% 0.63% -
HSV(B) 170.32º 0.45% 0.81% -
XYZ 38.29 51.41 57.2 -
YUV 176.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 113 206 191 0.45 0 0.07 0.19 170.32 0.49 0.63
Hex 71 CE BF 2D 0 7 13 AA 31 3F
Octal 161 316 277 55 0 7 23 252 61 77
Binary 1110001 11001110 10111111 101101 0 111 10011 10101010 110001 111111

Color Harmonies of #71CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEBF

Black with #71CEBF

Text Example


Text Example

White with #71CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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