#75E0B4

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

Shades of Downy #75E0B4

Tints of Downy #75E0B4

Color information

#75E0B4 (or 0x75E0B4) is unknown color: approx Downy. HEX triplet: 75, E0 and B4. RGB value is (117,224,180). Sum of RGB (Red+Green+Blue) = 117+224+180=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E0B4 is #8A1F4B. Grayscale: #BBBBBB. Windows color (decimal): -9051980 or 11853941. OLE color: 11853941.

HSL color Cylindrical-coordinate representation of color #75E0B4: hue angle of 155.33º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E0B4 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB117224180-
CMYK0.4800.200.12
HSL155.33º63.31%66.86%-
HSV(B)155.33º47.77%87.84%-
XYZ42.2360.3952.61-
YUV186.99124.0578.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 224 (87.89% from 255) = 42.99%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=22.46%
G=42.99%
B=34.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241800.4800.200.12155.3363.3166.86
Hex75E0B430014C9b3f43
Octal165340264600241423377103
Binary111010111100000101101001100000101001100100110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75E0B4; }

 p { color: rgb(117,224,180); }

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

<style>
 a { background-color: #75E0B4; }

 a { background-color: rgb(117,224,180); }

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

<style>
 span { border-color: #75E0B4; }

 span { border-color: rgb(117,224,180); }

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