Html Css Color HEX #75E6BA Downy

📋 copy color: '#75E6BA'

red 117 ◦ green 230 ◦ blue 186

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

Shades of Downy #75E6BA

Tints of Downy #75E6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.15%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 21.95%
G = 43.15%
B = 34.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#75E6BA (or 0x75E6BA) is known color: Downy. HEX triplet: 75, E6 and BA. RGB value is (117,230,186). Sum of RGB (Red+Green+Blue) = 117+230+186=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #75E6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E6BA is #8A1945. Grayscale: #BFBFBF. Windows color (decimal): -9050438 or 12248693. OLE color: 12248693.

HSL color Cylindrical-coordinate representation of color #75E6BA: hue angle of 156.64º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E6BA is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 186 -
CMYK 0.49 0 0.19 0.10
HSL 156.64º 0.69% 0.68% -
HSV(B) 156.64º 0.49% 0.9% -
XYZ 44.5 63.92 56.45 -
YUV 191.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 117 230 186 0.49 0 0.19 0.10 156.64 0.69 0.68
Hex 75 E6 BA 31 0 13 A 9D 45 44
Octal 165 346 272 61 0 23 12 235 105 104
Binary 1110101 11100110 10111010 110001 0 10011 1010 10011101 1000101 1000100

Color Harmonies of #75E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E6BA

Black with #75E6BA

Text Example


Text Example

White with #75E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,230,186); }

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

background-color css

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

 a { background-color: rgb(117,230,186); }

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

border-color css

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

 span { border-color: rgb(117,230,186); }

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