Html Css Color HEX #71CFCD Downy

📋 copy color: '#71CFCD'

red 113 ◦ green 207 ◦ blue 205

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

Shades of Downy #71CFCD

Tints of Downy #71CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 21.52%
G = 39.43%
B = 39.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#71CFCD (or 0x71CFCD) is known color: Downy. HEX triplet: 71, CF and CD. RGB value is (113,207,205). Sum of RGB (Red+Green+Blue) = 113+207+205=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFCD is #8E3032. Grayscale: #B2B2B2. Windows color (decimal): -9318451 or 13487985. OLE color: 13487985.

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

Color convert

RGB 113 207 205 -
CMYK 0.45 0 0.01 0.19
HSL 178.72º 0.49% 0.63% -
HSV(B) 178.72º 0.45% 0.81% -
XYZ 40.14 52.54 65.78 -
YUV 178.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 113 207 205 0.45 0 0.01 0.19 178.72 0.49 0.63
Hex 71 CF CD 2D 0 1 13 B3 31 3F
Octal 161 317 315 55 0 1 23 263 61 77
Binary 1110001 11001111 11001101 101101 0 1 10011 10110011 110001 111111

Color Harmonies of #71CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFCD

Black with #71CFCD

Text Example


Text Example

White with #71CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,205); }

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

background-color css

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

 a { background-color: rgb(113,207,205); }

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

border-color css

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

 span { border-color: rgb(113,207,205); }

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