Html Css Color HEX #75DCB6 Downy

📋 copy color: '#75DCB6'

red 117 ◦ green 220 ◦ blue 182

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

Shades of Downy #75DCB6

Tints of Downy #75DCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 22.54%
G = 42.39%
B = 35.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#75DCB6 (or 0x75DCB6) is known color: Downy. HEX triplet: 75, DC and B6. RGB value is (117,220,182). Sum of RGB (Red+Green+Blue) = 117+220+182=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCB6 is #8A2349. Grayscale: #B8B8B8. Windows color (decimal): -9053002 or 11983989. OLE color: 11983989.

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

Color convert

RGB 117 220 182 -
CMYK 0.47 0 0.17 0.14
HSL 157.86º 0.6% 0.66% -
HSV(B) 157.86º 0.47% 0.86% -
XYZ 41.37 58.35 53.34 -
YUV 184.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 117 220 182 0.47 0 0.17 0.14 157.86 0.6 0.66
Hex 75 DC B6 2F 0 11 E 9E 3C 42
Octal 165 334 266 57 0 21 16 236 74 102
Binary 1110101 11011100 10110110 101111 0 10001 1110 10011110 111100 1000010

Color Harmonies of #75DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCB6

Black with #75DCB6

Text Example


Text Example

White with #75DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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