Html Css Color HEX #75DCC0 Downy

📋 copy color: '#75DCC0'

red 117 ◦ green 220 ◦ blue 192

#75DCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #75DCC0

Tints of Downy #75DCC0

RGB

 RED value IS 117 (46.09% from 255) = 22.12%

 GREEN value IS 220 (86.33% from 255) = 41.59%

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 22.12%
G = 41.59%
B = 36.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#75DCC0 (or 0x75DCC0) is known color: Downy. HEX triplet: 75, DC and C0. RGB value is (117,220,192). Sum of RGB (Red+Green+Blue) = 117+220+192=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCC0 is #8A233F. Grayscale: #BABABA. Windows color (decimal): -9052992 or 12639349. OLE color: 12639349.

HSL color Cylindrical-coordinate representation of color #75DCC0: hue angle of 163.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCC0 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 192 -
CMYK 0.47 0 0.13 0.14
HSL 163.69º 0.6% 0.66% -
HSV(B) 163.69º 0.47% 0.86% -
XYZ 42.44 58.77 58.98 -
YUV 186.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 117 220 192 0.47 0 0.13 0.14 163.69 0.6 0.66
Hex 75 DC C0 2F 0 D E A4 3C 42
Octal 165 334 300 57 0 15 16 244 74 102
Binary 1110101 11011100 11000000 101111 0 1101 1110 10100100 111100 1000010

Color Harmonies of #75DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCC0

Black with #75DCC0

Text Example


Text Example

White with #75DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,192); }

 H1.HeaderClassName
 {
   color: #75DCC0;
 }
 .AnyTagClassName
 {
   color: #75DCC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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