Html Css Color HEX #75DDC0 Downy

📋 copy color: '#75DDC0'

red 117 ◦ green 221 ◦ blue 192

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

Shades of Downy #75DDC0

Tints of Downy #75DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

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

R = 22.08%
G = 41.7%
B = 36.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#75DDC0 (or 0x75DDC0) is known color: Downy. HEX triplet: 75, DD and C0. RGB value is (117,221,192). Sum of RGB (Red+Green+Blue) = 117+221+192=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDC0 is #8A223F. Grayscale: #BABABA. Windows color (decimal): -9052736 or 12639605. OLE color: 12639605.

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

Color convert

RGB 117 221 192 -
CMYK 0.47 0 0.13 0.13
HSL 163.27º 0.6% 0.66% -
HSV(B) 163.27º 0.47% 0.87% -
XYZ 42.71 59.3 59.06 -
YUV 186.6 131.04 78.36 -
System Red Green Blue C M Y K H S L
Decimal 117 221 192 0.47 0 0.13 0.13 163.27 0.6 0.66
Hex 75 DD C0 2F 0 D D A3 3C 42
Octal 165 335 300 57 0 15 15 243 74 102
Binary 1110101 11011101 11000000 101111 0 1101 1101 10100011 111100 1000010

Color Harmonies of #75DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDC0

Black with #75DDC0

Text Example


Text Example

White with #75DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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