#75CFCB

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

Shades of Downy #75CFCB

Tints of Downy #75CFCB

Color information

#75CFCB (or 0x75CFCB) is unknown color: approx Downy. HEX triplet: 75, CF and CB. RGB value is (117,207,203). Sum of RGB (Red+Green+Blue) = 117+207+203=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFCB is #8A3034. Grayscale: #B3B3B3. Windows color (decimal): -9056309 or 13356917. OLE color: 13356917.

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

Color convert

RGB117207203-
CMYK0.4300.020.19
HSL177.33º48.39%63.53%-
HSV(B)177.33º43.48%81.18%-
XYZ40.4352.7264.54-
YUV179.63141.1883.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.20%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=22.20%
G=39.28%
B=38.52%

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
Decimal1172072030.4300.020.19177.3348.3963.53
Hex75CFCB2B0213b13040
Octal16531731353022326160100
Binary1110101110011111100101110101101010011101100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,207,203); }

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

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

 a { background-color: rgb(117,207,203); }

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

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

 span { border-color: rgb(117,207,203); }

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