Html Css Color HEX #72DFD3 Downy

📋 copy color: '#72DFD3'

red 114 ◦ green 223 ◦ blue 211

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

Shades of Downy #72DFD3

Tints of Downy #72DFD3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

 BLUE value IS 211 (82.81% from 255) = 38.5%

R = 20.8%
G = 40.69%
B = 38.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#72DFD3 (or 0x72DFD3) is known color: Downy. HEX triplet: 72, DF and D3. RGB value is (114,223,211). Sum of RGB (Red+Green+Blue) = 114+223+211=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFD3 is #8D202C. Grayscale: #BCBCBC. Windows color (decimal): -9248813 or 13885298. OLE color: 13885298.

HSL color Cylindrical-coordinate representation of color #72DFD3: hue angle of 173.39º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFD3 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 223 211 -
CMYK 0.49 0 0.05 0.13
HSL 173.39º 0.63% 0.66% -
HSV(B) 173.39º 0.49% 0.87% -
XYZ 45.08 61.06 71.04 -
YUV 189.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 114 223 211 0.49 0 0.05 0.13 173.39 0.63 0.66
Hex 72 DF D3 31 0 5 D AD 3F 42
Octal 162 337 323 61 0 5 15 255 77 102
Binary 1110010 11011111 11010011 110001 0 101 1101 10101101 111111 1000010

Color Harmonies of #72DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFD3

Black with #72DFD3

Text Example


Text Example

White with #72DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,223,211); }

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

background-color css

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

 a { background-color: rgb(114,223,211); }

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

border-color css

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

 span { border-color: rgb(114,223,211); }

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