Html Css Color HEX #75E2C6 Downy

📋 copy color: '#75E2C6'

red 117 ◦ green 226 ◦ blue 198

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

Shades of Downy #75E2C6

Tints of Downy #75E2C6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.77%

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 21.63%
G = 41.77%
B = 36.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#75E2C6 (or 0x75E2C6) is known color: Downy. HEX triplet: 75, E2 and C6. RGB value is (117,226,198). Sum of RGB (Red+Green+Blue) = 117+226+198=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E2C6 is #8A1D39. Grayscale: #BEBEBE. Windows color (decimal): -9051450 or 13034101. OLE color: 13034101.

HSL color Cylindrical-coordinate representation of color #75E2C6: hue angle of 164.59º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E2C6 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 226 198 -
CMYK 0.48 0 0.12 0.11
HSL 164.59º 0.65% 0.67% -
HSV(B) 164.59º 0.48% 0.89% -
XYZ 44.73 62.25 63.08 -
YUV 190.22 132.39 75.78 -
System Red Green Blue C M Y K H S L
Decimal 117 226 198 0.48 0 0.12 0.11 164.59 0.65 0.67
Hex 75 E2 C6 30 0 C B A5 41 43
Octal 165 342 306 60 0 14 13 245 101 103
Binary 1110101 11100010 11000110 110000 0 1100 1011 10100101 1000001 1000011

Color Harmonies of #75E2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E2C6

Black with #75E2C6

Text Example


Text Example

White with #75E2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,226,198); }

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

background-color css

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

 a { background-color: rgb(117,226,198); }

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

border-color css

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

 span { border-color: rgb(117,226,198); }

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