Html Css Color HEX #71CFBA Downy

📋 copy color: '#71CFBA'

red 113 ◦ green 207 ◦ blue 186

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

Shades of Downy #71CFBA

Tints of Downy #71CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 22.33%
G = 40.91%
B = 36.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#71CFBA (or 0x71CFBA) is known color: Downy. HEX triplet: 71, CF and BA. RGB value is (113,207,186). Sum of RGB (Red+Green+Blue) = 113+207+186=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFBA is #8E3045. Grayscale: #B0B0B0. Windows color (decimal): -9318470 or 12242801. OLE color: 12242801.

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

Color convert

RGB 113 207 186 -
CMYK 0.45 0 0.10 0.19
HSL 166.6º 0.49% 0.63% -
HSV(B) 166.6º 0.45% 0.81% -
XYZ 37.99 51.68 54.43 -
YUV 176.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 113 207 186 0.45 0 0.10 0.19 166.6 0.49 0.63
Hex 71 CF BA 2D 0 A 13 A7 31 3F
Octal 161 317 272 55 0 12 23 247 61 77
Binary 1110001 11001111 10111010 101101 0 1010 10011 10100111 110001 111111

Color Harmonies of #71CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFBA

Black with #71CFBA

Text Example


Text Example

White with #71CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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