Html Css Color HEX #75E7C7 Downy

📋 copy color: '#75E7C7'

red 117 ◦ green 231 ◦ blue 199

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

Shades of Downy #75E7C7

Tints of Downy #75E7C7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.23%

 BLUE value IS 199 (78.13% from 255) = 36.38%

R = 21.39%
G = 42.23%
B = 36.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#75E7C7 (or 0x75E7C7) is known color: Downy. HEX triplet: 75, E7 and C7. RGB value is (117,231,199). Sum of RGB (Red+Green+Blue) = 117+231+199=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #75E7C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E7C7 is #8A1838. Grayscale: #C1C1C1. Windows color (decimal): -9050169 or 13100917. OLE color: 13100917.

HSL color Cylindrical-coordinate representation of color #75E7C7: hue angle of 163.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E7C7 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 231 199 -
CMYK 0.49 0 0.14 0.09
HSL 163.16º 0.7% 0.68% -
HSV(B) 163.16º 0.49% 0.91% -
XYZ 46.22 65.06 64.15 -
YUV 193.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 117 231 199 0.49 0 0.14 0.09 163.16 0.7 0.68
Hex 75 E7 C7 31 0 E 9 A3 46 44
Octal 165 347 307 61 0 16 11 243 106 104
Binary 1110101 11100111 11000111 110001 0 1110 1001 10100011 1000110 1000100

Color Harmonies of #75E7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E7C7

Black with #75E7C7

Text Example


Text Example

White with #75E7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,231,199); }

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

background-color css

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

 a { background-color: rgb(117,231,199); }

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

border-color css

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

 span { border-color: rgb(117,231,199); }

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