#75CEBE

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

Shades of Downy #75CEBE

Tints of Downy #75CEBE

Color information

#75CEBE (or 0x75CEBE) is unknown color: approx Downy. HEX triplet: 75, CE and BE. RGB value is (117,206,190). Sum of RGB (Red+Green+Blue) = 117+206+190=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEBE is #8A3141. Grayscale: #B1B1B1. Windows color (decimal): -9056578 or 12504693. OLE color: 12504693.

HSL color Cylindrical-coordinate representation of color #75CEBE: hue angle of 169.21º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEBE is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB117206190-
CMYK0.4300.080.19
HSL169.21º47.59%63.33%-
HSV(B)169.21º43.2%80.78%-
XYZ38.751.6456.64-
YUV177.56135.0184.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=22.81%
G=40.16%
B=37.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172061900.4300.080.19169.2147.5963.33
Hex75CEBE2B0813a9303f
Octal16531627653010232516077
Binary11101011100111010111110101011010001001110101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,206,190); }

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

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

 a { background-color: rgb(117,206,190); }

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

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

 span { border-color: rgb(117,206,190); }

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