#75CBCB

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

Shades of Downy #75CBCB

Tints of Downy #75CBCB

Color information

#75CBCB (or 0x75CBCB) is unknown color: approx Downy. HEX triplet: 75, CB and CB. RGB value is (117,203,203). Sum of RGB (Red+Green+Blue) = 117+203+203=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #75CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBCB is #8A3434. Grayscale: #B1B1B1. Windows color (decimal): -9057333 or 13355893. OLE color: 13355893.

HSL color Cylindrical-coordinate representation of color #75CBCB: hue angle of 180º 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 #75CBCB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117203203-
CMYK0.42000.20
HSL180º45.26%62.75%-
HSV(B)180º42.36%79.61%-
XYZ39.4750.8164.23-
YUV177.29142.5185-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=22.37%
G=38.81%
B=38.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172032030.42000.2018045.2662.75
Hex75CBCB2A0014b42d3f
Octal1653133135200242645577
Binary11101011100101111001011101010001010010110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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