Html Css Color HEX #75E6C1 Downy

📋 copy color: '#75E6C1'

red 117 ◦ green 230 ◦ blue 193

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

Shades of Downy #75E6C1

Tints of Downy #75E6C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 21.67%
G = 42.59%
B = 35.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#75E6C1 (or 0x75E6C1) is known color: Downy. HEX triplet: 75, E6 and C1. RGB value is (117,230,193). Sum of RGB (Red+Green+Blue) = 117+230+193=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #75E6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E6C1 is #8A193E. Grayscale: #C0C0C0. Windows color (decimal): -9050431 or 12707445. OLE color: 12707445.

HSL color Cylindrical-coordinate representation of color #75E6C1: hue angle of 160.35º 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 #75E6C1 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 193 -
CMYK 0.49 0 0.16 0.10
HSL 160.35º 0.69% 0.68% -
HSV(B) 160.35º 0.49% 0.9% -
XYZ 45.26 64.23 60.46 -
YUV 192 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 117 230 193 0.49 0 0.16 0.10 160.35 0.69 0.68
Hex 75 E6 C1 31 0 10 A A0 45 44
Octal 165 346 301 61 0 20 12 240 105 104
Binary 1110101 11100110 11000001 110001 0 10000 1010 10100000 1000101 1000100

Color Harmonies of #75E6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E6C1

Black with #75E6C1

Text Example


Text Example

White with #75E6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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