#75EBB3

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

Shades of Downy #75EBB3

Tints of Downy #75EBB3

Color information

#75EBB3 (or 0x75EBB3) is unknown color: approx Downy. HEX triplet: 75, EB and B3. RGB value is (117,235,179). Sum of RGB (Red+Green+Blue) = 117+235+179=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBB3 is #8A144C. Grayscale: #C1C1C1. Windows color (decimal): -9049165 or 11791221. OLE color: 11791221.

HSL color Cylindrical-coordinate representation of color #75EBB3: hue angle of 151.53º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EBB3 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB117235179-
CMYK0.5000.240.08
HSL151.53º74.68%69.02%-
HSV(B)151.53º50.21%92.16%-
XYZ45.1866.4553.09-
YUV193.33119.9173.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 179 (70.31% from 255) = 33.71%
R=22.03%
G=44.26%
B=33.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172351790.5000.240.08151.5374.6869.02
Hex75EBB3320188984b45
Octal1653532636203010230113105
Binary1110101111010111011001111001001100010001001100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,235,179); }

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

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

 a { background-color: rgb(117,235,179); }

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

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

 span { border-color: rgb(117,235,179); }

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