Html Css Color HEX #75DCB5 Downy

📋 copy color: '#75DCB5'

red 117 ◦ green 220 ◦ blue 181

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

Shades of Downy #75DCB5

Tints of Downy #75DCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.94%

R = 22.59%
G = 42.47%
B = 34.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#75DCB5 (or 0x75DCB5) is known color: Downy. HEX triplet: 75, DC and B5. RGB value is (117,220,181). Sum of RGB (Red+Green+Blue) = 117+220+181=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCB5 is #8A234A. Grayscale: #B8B8B8. Windows color (decimal): -9053003 or 11918453. OLE color: 11918453.

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

Color convert

RGB 117 220 181 -
CMYK 0.47 0 0.18 0.14
HSL 157.28º 0.6% 0.66% -
HSV(B) 157.28º 0.47% 0.86% -
XYZ 41.27 58.3 52.79 -
YUV 184.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 117 220 181 0.47 0 0.18 0.14 157.28 0.6 0.66
Hex 75 DC B5 2F 0 12 E 9D 3C 42
Octal 165 334 265 57 0 22 16 235 74 102
Binary 1110101 11011100 10110101 101111 0 10010 1110 10011101 111100 1000010

Color Harmonies of #75DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCB5

Black with #75DCB5

Text Example


Text Example

White with #75DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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