Html Css Color HEX #75DAC8 Downy

📋 copy color: '#75DAC8'

red 117 ◦ green 218 ◦ blue 200

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

Shades of Downy #75DAC8

Tints of Downy #75DAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 21.87%
G = 40.75%
B = 37.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#75DAC8 (or 0x75DAC8) is known color: Downy. HEX triplet: 75, DA and C8. RGB value is (117,218,200). Sum of RGB (Red+Green+Blue) = 117+218+200=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAC8 is #8A2537. Grayscale: #B9B9B9. Windows color (decimal): -9053496 or 13163125. OLE color: 13163125.

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

Color convert

RGB 117 218 200 -
CMYK 0.46 0 0.08 0.15
HSL 169.31º 0.58% 0.66% -
HSV(B) 169.31º 0.46% 0.85% -
XYZ 42.83 58.09 63.6 -
YUV 185.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 117 218 200 0.46 0 0.08 0.15 169.31 0.58 0.66
Hex 75 DA C8 2E 0 8 F A9 3A 42
Octal 165 332 310 56 0 10 17 251 72 102
Binary 1110101 11011010 11001000 101110 0 1000 1111 10101001 111010 1000010

Color Harmonies of #75DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DAC8

Black with #75DAC8

Text Example


Text Example

White with #75DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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