Html Css Color HEX #75EBC0 Downy

📋 copy color: '#75EBC0'

red 117 ◦ green 235 ◦ blue 192

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

Shades of Downy #75EBC0

Tints of Downy #75EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.2%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 21.51%
G = 43.2%
B = 35.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#75EBC0 (or 0x75EBC0) is known color: Downy. HEX triplet: 75, EB and C0. RGB value is (117,235,192). Sum of RGB (Red+Green+Blue) = 117+235+192=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBC0 is #8A143F. Grayscale: #C2C2C2. Windows color (decimal): -9049152 or 12643189. OLE color: 12643189.

HSL color Cylindrical-coordinate representation of color #75EBC0: hue angle of 158.14º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EBC0 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 235 192 -
CMYK 0.50 0 0.18 0.08
HSL 158.14º 0.75% 0.69% -
HSV(B) 158.14º 0.5% 0.92% -
XYZ 46.56 67 60.35 -
YUV 194.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 117 235 192 0.50 0 0.18 0.08 158.14 0.75 0.69
Hex 75 EB C0 32 0 12 8 9E 4B 45
Octal 165 353 300 62 0 22 10 236 113 105
Binary 1110101 11101011 11000000 110010 0 10010 1000 10011110 1001011 1000101

Color Harmonies of #75EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBC0

Black with #75EBC0

Text Example


Text Example

White with #75EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,235,192); }

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

background-color css

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

 a { background-color: rgb(117,235,192); }

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

border-color css

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

 span { border-color: rgb(117,235,192); }

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