Html Css Color HEX #72EDB4 Downy

📋 copy color: '#72EDB4'

red 114 ◦ green 237 ◦ blue 180

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

Shades of Downy #72EDB4

Tints of Downy #72EDB4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.63%

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 21.47%
G = 44.63%
B = 33.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#72EDB4 (or 0x72EDB4) is known color: Downy. HEX triplet: 72, ED and B4. RGB value is (114,237,180). Sum of RGB (Red+Green+Blue) = 114+237+180=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDB4 is #8D124B. Grayscale: #C1C1C1. Windows color (decimal): -9245260 or 11857266. OLE color: 11857266.

HSL color Cylindrical-coordinate representation of color #72EDB4: hue angle of 152.2º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EDB4 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 237 180 -
CMYK 0.52 0 0.24 0.07
HSL 152.2º 0.77% 0.69% -
HSV(B) 152.2º 0.52% 0.93% -
XYZ 45.46 67.44 53.8 -
YUV 193.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 114 237 180 0.52 0 0.24 0.07 152.2 0.77 0.69
Hex 72 ED B4 34 0 18 7 98 4D 45
Octal 162 355 264 64 0 30 7 230 115 105
Binary 1110010 11101101 10110100 110100 0 11000 111 10011000 1001101 1000101

Color Harmonies of #72EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EDB4

Black with #72EDB4

Text Example


Text Example

White with #72EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,237,180); }

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

background-color css

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

 a { background-color: rgb(114,237,180); }

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

border-color css

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

 span { border-color: rgb(114,237,180); }

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