Html Css Color HEX #75ECB6 Downy

📋 copy color: '#75ECB6'

red 117 ◦ green 236 ◦ blue 182

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

Shades of Downy #75ECB6

Tints of Downy #75ECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

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

R = 21.87%
G = 44.11%
B = 34.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#75ECB6 (or 0x75ECB6) is known color: Downy. HEX triplet: 75, EC and B6. RGB value is (117,236,182). Sum of RGB (Red+Green+Blue) = 117+236+182=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECB6 is #8A1349. Grayscale: #C2C2C2. Windows color (decimal): -9048906 or 11988085. OLE color: 11988085.

HSL color Cylindrical-coordinate representation of color #75ECB6: hue angle of 152.77º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECB6 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 182 -
CMYK 0.50 0 0.23 0.07
HSL 152.77º 0.76% 0.69% -
HSV(B) 152.77º 0.5% 0.93% -
XYZ 45.78 67.15 54.8 -
YUV 194.26 121.08 72.89 -
System Red Green Blue C M Y K H S L
Decimal 117 236 182 0.50 0 0.23 0.07 152.77 0.76 0.69
Hex 75 EC B6 32 0 17 7 99 4C 45
Octal 165 354 266 62 0 27 7 231 114 105
Binary 1110101 11101100 10110110 110010 0 10111 111 10011001 1001100 1000101

Color Harmonies of #75ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECB6

Black with #75ECB6

Text Example


Text Example

White with #75ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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