#75CBBF

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

Shades of Downy #75CBBF

Tints of Downy #75CBBF

Color information

#75CBBF (or 0x75CBBF) is unknown color: approx Downy. HEX triplet: 75, CB and BF. RGB value is (117,203,191). Sum of RGB (Red+Green+Blue) = 117+203+191=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #75CBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBBF is #8A3440. Grayscale: #AFAFAF. Windows color (decimal): -9057345 or 12569461. OLE color: 12569461.

HSL color Cylindrical-coordinate representation of color #75CBBF: hue angle of 171.63º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CBBF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB117203191-
CMYK0.4200.060.20
HSL171.63º45.26%62.75%-
HSV(B)171.63º42.36%79.61%-
XYZ38.150.2656.98-
YUV175.92136.5185.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 191 (75% from 255) = 37.38%
R=22.90%
G=39.73%
B=37.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031910.4200.060.20171.6345.2662.75
Hex75CBBF2A0614ac2d3f
Octal1653132775206242545577
Binary1110101110010111011111110101001101010010101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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