Html Css Color HEX #75E5C2 Downy

📋 copy color: '#75E5C2'

red 117 ◦ green 229 ◦ blue 194

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

Shades of Downy #75E5C2

Tints of Downy #75E5C2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.41%

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 21.67%
G = 42.41%
B = 35.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#75E5C2 (or 0x75E5C2) is known color: Downy. HEX triplet: 75, E5 and C2. RGB value is (117,229,194). Sum of RGB (Red+Green+Blue) = 117+229+194=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5C2 is #8A1A3D. Grayscale: #BFBFBF. Windows color (decimal): -9050686 or 12772725. OLE color: 12772725.

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

Color convert

RGB 117 229 194 -
CMYK 0.49 0 0.15 0.10
HSL 161.25º 0.68% 0.68% -
HSV(B) 161.25º 0.49% 0.9% -
XYZ 45.09 63.72 60.96 -
YUV 191.52 129.39 74.85 -
System Red Green Blue C M Y K H S L
Decimal 117 229 194 0.49 0 0.15 0.10 161.25 0.68 0.68
Hex 75 E5 C2 31 0 F A A1 44 44
Octal 165 345 302 61 0 17 12 241 104 104
Binary 1110101 11100101 11000010 110001 0 1111 1010 10100001 1000100 1000100

Color Harmonies of #75E5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E5C2

Black with #75E5C2

Text Example


Text Example

White with #75E5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,229,194); }

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

background-color css

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

 a { background-color: rgb(117,229,194); }

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

border-color css

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

 span { border-color: rgb(117,229,194); }

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