#72C7C1

Color #72C7C1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #72C7C1

Tints of Downy #72C7C1

Color information

#72C7C1 (or 0x72C7C1) is unknown color: approx Downy. HEX triplet: 72, C7 and C1. RGB value is (114,199,193). Sum of RGB (Red+Green+Blue) = 114+199+193=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #72C7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C7C1 is #8D383E. Grayscale: #ACACAC. Windows color (decimal): -9254975 or 12699506. OLE color: 12699506.

HSL color Cylindrical-coordinate representation of color #72C7C1: hue angle of 175.76º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C7C1 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB114199193-
CMYK0.4300.030.22
HSL175.76º43.15%61.37%-
HSV(B)175.76º42.71%78.04%-
XYZ36.9948.2757.82-
YUV172.9139.3485.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=22.53%
G=39.33%
B=38.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141991930.4300.030.22175.7643.1561.37
Hex72C7C12B0316b02b3d
Octal1623073015303262605375
Binary111001011000111110000011010110111011010110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72C7C1; }

 p { color: rgb(114,199,193); }

 H1.HeaderClassName
 {
   color: #72C7C1;
 }
 .AnyTagClassName
 {
   color: #72C7C1;
 }
</style>
background-color css

<style>
 a { background-color: #72C7C1; }

 a { background-color: rgb(114,199,193); }

 div.DivClassName
 {
   background-color: #72C7C1;
 }
 .BgClassName
 {
   background-color: #72C7C1;
 }
</style>
border-color css

<style>
 span { border-color: #72C7C1; }

 span { border-color: rgb(114,199,193); }

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