Html Css Color HEX #75DDB4 Downy

📋 copy color: '#75DDB4'

red 117 ◦ green 221 ◦ blue 180

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

Shades of Downy #75DDB4

Tints of Downy #75DDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 22.59%
G = 42.66%
B = 34.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#75DDB4 (or 0x75DDB4) is known color: Downy. HEX triplet: 75, DD and B4. RGB value is (117,221,180). Sum of RGB (Red+Green+Blue) = 117+221+180=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDB4 is #8A224B. Grayscale: #B9B9B9. Windows color (decimal): -9052748 or 11853173. OLE color: 11853173.

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

Color convert

RGB 117 221 180 -
CMYK 0.47 0 0.19 0.13
HSL 156.35º 0.6% 0.66% -
HSV(B) 156.35º 0.47% 0.87% -
XYZ 41.43 58.79 52.34 -
YUV 185.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 117 221 180 0.47 0 0.19 0.13 156.35 0.6 0.66
Hex 75 DD B4 2F 0 13 D 9C 3C 42
Octal 165 335 264 57 0 23 15 234 74 102
Binary 1110101 11011101 10110100 101111 0 10011 1101 10011100 111100 1000010

Color Harmonies of #75DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDB4

Black with #75DDB4

Text Example


Text Example

White with #75DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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