Html Css Color HEX #72DACF Downy

📋 copy color: '#72DACF'

red 114 ◦ green 218 ◦ blue 207

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

Shades of Downy #72DACF

Tints of Downy #72DACF

RGB

 RED value IS 114 (44.92% from 255) = 21.15%

 GREEN value IS 218 (85.55% from 255) = 40.45%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 21.15%
G = 40.45%
B = 38.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#72DACF (or 0x72DACF) is known color: Downy. HEX triplet: 72, DA and CF. RGB value is (114,218,207). Sum of RGB (Red+Green+Blue) = 114+218+207=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #72DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DACF is #8D2530. Grayscale: #B9B9B9. Windows color (decimal): -9250097 or 13621874. OLE color: 13621874.

HSL color Cylindrical-coordinate representation of color #72DACF: hue angle of 173.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DACF is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 218 207 -
CMYK 0.48 0 0.05 0.15
HSL 173.65º 0.58% 0.65% -
HSV(B) 173.65º 0.48% 0.85% -
XYZ 43.27 58.23 67.99 -
YUV 185.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 114 218 207 0.48 0 0.05 0.15 173.65 0.58 0.65
Hex 72 DA CF 30 0 5 F AE 3A 41
Octal 162 332 317 60 0 5 17 256 72 101
Binary 1110010 11011010 11001111 110000 0 101 1111 10101110 111010 1000001

Color Harmonies of #72DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DACF

Black with #72DACF

Text Example


Text Example

White with #72DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,218,207); }

 H1.HeaderClassName
 {
   color: #72DACF;
 }
 .AnyTagClassName
 {
   color: #72DACF;
 }
</style>

background-color css

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

 a { background-color: rgb(114,218,207); }

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

border-color css

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

 span { border-color: rgb(114,218,207); }

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