Html Css Color HEX #72D2BA Downy

📋 copy color: '#72D2BA'

red 114 ◦ green 210 ◦ blue 186

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

Shades of Downy #72D2BA

Tints of Downy #72D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.18%

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

R = 22.35%
G = 41.18%
B = 36.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#72D2BA (or 0x72D2BA) is known color: Downy. HEX triplet: 72, D2 and BA. RGB value is (114,210,186). Sum of RGB (Red+Green+Blue) = 114+210+186=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2BA is #8D2D45. Grayscale: #B2B2B2. Windows color (decimal): -9252166 or 12243570. OLE color: 12243570.

HSL color Cylindrical-coordinate representation of color #72D2BA: hue angle of 165º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D2BA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 210 186 -
CMYK 0.46 0 0.11 0.18
HSL 165º 0.52% 0.64% -
HSV(B) 165º 0.46% 0.82% -
XYZ 38.85 53.22 54.68 -
YUV 178.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 114 210 186 0.46 0 0.11 0.18 165 0.52 0.64
Hex 72 D2 BA 2E 0 B 12 A5 34 40
Octal 162 322 272 56 0 13 22 245 64 100
Binary 1110010 11010010 10111010 101110 0 1011 10010 10100101 110100 1000000

Color Harmonies of #72D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2BA

Black with #72D2BA

Text Example


Text Example

White with #72D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,210,186); }

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

background-color css

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

 a { background-color: rgb(114,210,186); }

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

border-color css

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

 span { border-color: rgb(114,210,186); }

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