Html Css Color HEX #75DDB8 Downy

📋 copy color: '#75DDB8'

red 117 ◦ green 221 ◦ blue 184

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

Shades of Downy #75DDB8

Tints of Downy #75DDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.25%

R = 22.41%
G = 42.34%
B = 35.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#75DDB8 (or 0x75DDB8) is known color: Downy. HEX triplet: 75, DD and B8. RGB value is (117,221,184). Sum of RGB (Red+Green+Blue) = 117+221+184=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDB8 is #8A2247. Grayscale: #B9B9B9. Windows color (decimal): -9052744 or 12115317. OLE color: 12115317.

HSL color Cylindrical-coordinate representation of color #75DDB8: hue angle of 158.65º 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 #75DDB8 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 221 184 -
CMYK 0.47 0 0.17 0.13
HSL 158.65º 0.6% 0.66% -
HSV(B) 158.65º 0.47% 0.87% -
XYZ 41.84 58.96 54.52 -
YUV 185.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 117 221 184 0.47 0 0.17 0.13 158.65 0.6 0.66
Hex 75 DD B8 2F 0 11 D 9F 3C 42
Octal 165 335 270 57 0 21 15 237 74 102
Binary 1110101 11011101 10111000 101111 0 10001 1101 10011111 111100 1000010

Color Harmonies of #75DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDB8

Black with #75DDB8

Text Example


Text Example

White with #75DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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