#75d6be

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

Shades of Downy #75D6BE

Tints of Downy #75D6BE

Color information

#75D6BE (or 0x75D6BE) is unknown color: approx Downy. HEX triplet: 75, D6 and BE. RGB value is (117,214,190). Sum of RGB (Red+Green+Blue) = 117+214+190=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6BE is #8A2941. Grayscale: #B6B6B6. Windows color (decimal): -9054530 or 12506741. OLE color: 12506741.

HSL color Cylindrical-coordinate representation of color #75D6BE: hue angle of 165.15º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6BE is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB117214190-
CMYK0.4500.110.16
HSL165.15º54.19%64.9%-
HSV(B)165.15º45.33%83.92%-
XYZ40.6855.5957.3-
YUV182.26132.3681.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=22.46%
G=41.07%
B=36.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141900.4500.110.16165.1554.1964.9
Hex75D6BE2D0B10a53641
Octal165326276550132024566101
Binary111010111010110101111101011010101110000101001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75d6be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,214,190); }

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

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

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

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

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

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

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