#72EEB7

Color #72EEB7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #72EEB7

Tints of Downy #72EEB7

Color information

#72EEB7 (or 0x72EEB7) is unknown color: approx Downy. HEX triplet: 72, EE and B7. RGB value is (114,238,183). Sum of RGB (Red+Green+Blue) = 114+238+183=535 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.31% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EEB7 is #8D1148. Grayscale: #C2C2C2. Windows color (decimal): -9245001 or 12054130. OLE color: 12054130.

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

Color convert

RGB114238183-
CMYK0.5200.230.07
HSL153.39º78.48%69.02%-
HSV(B)153.39º52.1%93.33%-
XYZ46.0668.1555.53-
YUV194.65121.4270.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.31%
GREEN value IS 238 (93.36% from 255) = 44.49%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=21.31%
G=44.49%
B=34.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142381830.5200.230.07153.3978.4869.02
Hex72EEB7340177994e45
Octal162356267640277231116105
Binary111001011101110101101111101000101111111001100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,238,183); }

 H1.HeaderClassName
 {
   color: #72EEB7;
 }
 .AnyTagClassName
 {
   color: #72EEB7;
 }
</style>
background-color css

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

 a { background-color: rgb(114,238,183); }

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

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

 span { border-color: rgb(114,238,183); }

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