Html Css Color HEX #75E9C2 Downy

📋 copy color: '#75E9C2'

red 117 ◦ green 233 ◦ blue 194

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

Shades of Downy #75E9C2

Tints of Downy #75E9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.83%

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

R = 21.51%
G = 42.83%
B = 35.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#75E9C2 (or 0x75E9C2) is known color: Downy. HEX triplet: 75, E9 and C2. RGB value is (117,233,194). Sum of RGB (Red+Green+Blue) = 117+233+194=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E9C2 is #8A163D. Grayscale: #C1C1C1. Windows color (decimal): -9049662 or 12773749. OLE color: 12773749.

HSL color Cylindrical-coordinate representation of color #75E9C2: hue angle of 159.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E9C2 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 233 194 -
CMYK 0.50 0 0.17 0.09
HSL 159.83º 0.73% 0.69% -
HSV(B) 159.83º 0.5% 0.91% -
XYZ 46.21 65.95 61.33 -
YUV 193.87 128.07 73.17 -
System Red Green Blue C M Y K H S L
Decimal 117 233 194 0.50 0 0.17 0.09 159.83 0.73 0.69
Hex 75 E9 C2 32 0 11 9 A0 48 45
Octal 165 351 302 62 0 21 11 240 110 105
Binary 1110101 11101001 11000010 110010 0 10001 1001 10100000 1001000 1000101

Color Harmonies of #75E9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E9C2

Black with #75E9C2

Text Example


Text Example

White with #75E9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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