Html Css Color HEX #72EDBA Downy

📋 copy color: '#72EDBA'

red 114 ◦ green 237 ◦ blue 186

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

Shades of Downy #72EDBA

Tints of Downy #72EDBA

RGB

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

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

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

R = 21.23%
G = 44.13%
B = 34.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#72EDBA (or 0x72EDBA) is known color: Downy. HEX triplet: 72, ED and BA. RGB value is (114,237,186). Sum of RGB (Red+Green+Blue) = 114+237+186=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDBA is #8D1245. Grayscale: #C2C2C2. Windows color (decimal): -9245254 or 12250482. OLE color: 12250482.

HSL color Cylindrical-coordinate representation of color #72EDBA: hue angle of 155.12º 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 #72EDBA is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 237 186 -
CMYK 0.52 0 0.22 0.07
HSL 155.12º 0.77% 0.69% -
HSV(B) 155.12º 0.52% 0.93% -
XYZ 46.09 67.69 57.09 -
YUV 194.41 123.25 70.65 -
System Red Green Blue C M Y K H S L
Decimal 114 237 186 0.52 0 0.22 0.07 155.12 0.77 0.69
Hex 72 ED BA 34 0 16 7 9B 4D 45
Octal 162 355 272 64 0 26 7 233 115 105
Binary 1110010 11101101 10111010 110100 0 10110 111 10011011 1001101 1000101

Color Harmonies of #72EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EDBA

Black with #72EDBA

Text Example


Text Example

White with #72EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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