Html Css Color HEX #75ECB5 Downy

📋 copy color: '#75ECB5'

red 117 ◦ green 236 ◦ blue 181

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

Shades of Downy #75ECB5

Tints of Downy #75ECB5

RGB

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

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

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

R = 21.91%
G = 44.19%
B = 33.9%

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

#75ECB5 (or 0x75ECB5) is known color: Downy. HEX triplet: 75, EC and B5. RGB value is (117,236,181). Sum of RGB (Red+Green+Blue) = 117+236+181=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECB5 is #8A134A. Grayscale: #C2C2C2. Windows color (decimal): -9048907 or 11922549. OLE color: 11922549.

HSL color Cylindrical-coordinate representation of color #75ECB5: hue angle of 152.27º 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 #75ECB5 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 181 -
CMYK 0.50 0 0.23 0.07
HSL 152.27º 0.76% 0.69% -
HSV(B) 152.27º 0.5% 0.93% -
XYZ 45.67 67.11 54.26 -
YUV 194.15 120.58 72.97 -
System Red Green Blue C M Y K H S L
Decimal 117 236 181 0.50 0 0.23 0.07 152.27 0.76 0.69
Hex 75 EC B5 32 0 17 7 98 4C 45
Octal 165 354 265 62 0 27 7 230 114 105
Binary 1110101 11101100 10110101 110010 0 10111 111 10011000 1001100 1000101

Color Harmonies of #75ECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECB5

Black with #75ECB5

Text Example


Text Example

White with #75ECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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