#75CFC4

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

Shades of Downy #75CFC4

Tints of Downy #75CFC4

Color information

#75CFC4 (or 0x75CFC4) is unknown color: approx Downy. HEX triplet: 75, CF and C4. RGB value is (117,207,196). Sum of RGB (Red+Green+Blue) = 117+207+196=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFC4 is #8A303B. Grayscale: #B2B2B2. Windows color (decimal): -9056316 or 12898165. OLE color: 12898165.

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

Color convert

RGB117207196-
CMYK0.4300.050.19
HSL172.67º48.39%63.53%-
HSV(B)172.67º43.48%81.18%-
XYZ39.6152.3960.25-
YUV178.84137.6883.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.5%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=22.5%
G=39.81%
B=37.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172071960.4300.050.19172.6748.3963.53
Hex75CFC42B0513ad3040
Octal16531730453052325560100
Binary11101011100111111000100101011010110011101011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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