Html Css Color HEX #72EFB5 Downy

📋 copy color: '#72EFB5'

red 114 ◦ green 239 ◦ blue 181

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

Shades of Downy #72EFB5

Tints of Downy #72EFB5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 21.35%
G = 44.76%
B = 33.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#72EFB5 (or 0x72EFB5) is known color: Downy. HEX triplet: 72, EF and B5. RGB value is (114,239,181). Sum of RGB (Red+Green+Blue) = 114+239+181=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFB5 is #8D104A. Grayscale: #C3C3C3. Windows color (decimal): -9244747 or 11923314. OLE color: 11923314.

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

Color convert

RGB 114 239 181 -
CMYK 0.52 0 0.24 0.06
HSL 152.16º 0.8% 0.69% -
HSV(B) 152.16º 0.52% 0.94% -
XYZ 46.15 68.65 54.53 -
YUV 195.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 114 239 181 0.52 0 0.24 0.06 152.16 0.8 0.69
Hex 72 EF B5 34 0 18 6 98 50 45
Octal 162 357 265 64 0 30 6 230 120 105
Binary 1110010 11101111 10110101 110100 0 11000 110 10011000 1010000 1000101

Color Harmonies of #72EFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EFB5

Black with #72EFB5

Text Example


Text Example

White with #72EFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,239,181); }

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

background-color css

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

 a { background-color: rgb(114,239,181); }

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

border-color css

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

 span { border-color: rgb(114,239,181); }

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