#75CECA

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

Shades of Downy #75CECA

Tints of Downy #75CECA

Color information

#75CECA (or 0x75CECA) is unknown color: approx Downy. HEX triplet: 75, CE and CA. RGB value is (117,206,202). Sum of RGB (Red+Green+Blue) = 117+206+202=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #75CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CECA is #8A3135. Grayscale: #B2B2B2. Windows color (decimal): -9056566 or 13291125. OLE color: 13291125.

HSL color Cylindrical-coordinate representation of color #75CECA: hue angle of 177.3º 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 #75CECA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB117206202-
CMYK0.4300.020.19
HSL177.3º47.59%63.33%-
HSV(B)177.3º43.2%80.78%-
XYZ40.0752.1963.84-
YUV178.93141.0183.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=22.29%
G=39.24%
B=38.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172062020.4300.020.19177.347.5963.33
Hex75CECA2B0213b1303f
Octal1653163125302232616077
Binary111010111001110110010101010110101001110110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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