Html Css Color HEX #75DAC5 Downy

📋 copy color: '#75DAC5'

red 117 ◦ green 218 ◦ blue 197

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

Shades of Downy #75DAC5

Tints of Downy #75DAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 21.99%
G = 40.98%
B = 37.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#75DAC5 (or 0x75DAC5) is known color: Downy. HEX triplet: 75, DA and C5. RGB value is (117,218,197). Sum of RGB (Red+Green+Blue) = 117+218+197=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAC5 is #8A253A. Grayscale: #B9B9B9. Windows color (decimal): -9053499 or 12966517. OLE color: 12966517.

HSL color Cylindrical-coordinate representation of color #75DAC5: hue angle of 167.52º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAC5 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 197 -
CMYK 0.46 0 0.10 0.15
HSL 167.52º 0.58% 0.66% -
HSV(B) 167.52º 0.46% 0.85% -
XYZ 42.49 57.96 61.77 -
YUV 185.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 117 218 197 0.46 0 0.10 0.15 167.52 0.58 0.66
Hex 75 DA C5 2E 0 A F A8 3A 42
Octal 165 332 305 56 0 12 17 250 72 102
Binary 1110101 11011010 11000101 101110 0 1010 1111 10101000 111010 1000010

Color Harmonies of #75DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DAC5

Black with #75DAC5

Text Example


Text Example

White with #75DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,218,197); }

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

background-color css

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

 a { background-color: rgb(117,218,197); }

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

border-color css

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

 span { border-color: rgb(117,218,197); }

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