Html Css Color HEX #75E9C6 Downy

📋 copy color: '#75E9C6'

red 117 ◦ green 233 ◦ blue 198

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

Shades of Downy #75E9C6

Tints of Downy #75E9C6

RGB

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

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

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

R = 21.35%
G = 42.52%
B = 36.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#75E9C6 (or 0x75E9C6) is known color: Downy. HEX triplet: 75, E9 and C6. RGB value is (117,233,198). Sum of RGB (Red+Green+Blue) = 117+233+198=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E9C6 is #8A1639. Grayscale: #C2C2C2. Windows color (decimal): -9049658 or 13035893. OLE color: 13035893.

HSL color Cylindrical-coordinate representation of color #75E9C6: hue angle of 161.9º 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 #75E9C6 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 233 198 -
CMYK 0.50 0 0.15 0.09
HSL 161.9º 0.73% 0.69% -
HSV(B) 161.9º 0.5% 0.91% -
XYZ 46.67 66.14 63.73 -
YUV 194.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 117 233 198 0.50 0 0.15 0.09 161.9 0.73 0.69
Hex 75 E9 C6 32 0 F 9 A2 48 45
Octal 165 351 306 62 0 17 11 242 110 105
Binary 1110101 11101001 11000110 110010 0 1111 1001 10100010 1001000 1000101

Color Harmonies of #75E9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E9C6

Black with #75E9C6

Text Example


Text Example

White with #75E9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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