Html Css Color HEX #72DCBF Downy

📋 copy color: '#72DCBF'

red 114 ◦ green 220 ◦ blue 191

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

Shades of Downy #72DCBF

Tints of Downy #72DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

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

R = 21.71%
G = 41.9%
B = 36.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#72DCBF (or 0x72DCBF) is known color: Downy. HEX triplet: 72, DC and BF. RGB value is (114,220,191). Sum of RGB (Red+Green+Blue) = 114+220+191=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCBF is #8D2340. Grayscale: #B9B9B9. Windows color (decimal): -9249601 or 12573810. OLE color: 12573810.

HSL color Cylindrical-coordinate representation of color #72DCBF: hue angle of 163.58º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCBF is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 191 -
CMYK 0.48 0 0.13 0.14
HSL 163.58º 0.6% 0.65% -
HSV(B) 163.58º 0.48% 0.86% -
XYZ 41.94 58.53 58.38 -
YUV 185 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 114 220 191 0.48 0 0.13 0.14 163.58 0.6 0.65
Hex 72 DC BF 30 0 D E A4 3C 41
Octal 162 334 277 60 0 15 16 244 74 101
Binary 1110010 11011100 10111111 110000 0 1101 1110 10100100 111100 1000001

Color Harmonies of #72DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCBF

Black with #72DCBF

Text Example


Text Example

White with #72DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,191); }

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

background-color css

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

 a { background-color: rgb(114,220,191); }

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

border-color css

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

 span { border-color: rgb(114,220,191); }

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