Html Css Color HEX #75CAC9 Downy

📋 copy color: '#75CAC9'

red 117 ◦ green 202 ◦ blue 201

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

Shades of Downy #75CAC9

Tints of Downy #75CAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 22.5%
G = 38.85%
B = 38.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#75CAC9 (or 0x75CAC9) is known color: Downy. HEX triplet: 75, CA and C9. RGB value is (117,202,201). Sum of RGB (Red+Green+Blue) = 117+202+201=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #75CAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CAC9 is #8A3536. Grayscale: #B0B0B0. Windows color (decimal): -9057591 or 13224565. OLE color: 13224565.

HSL color Cylindrical-coordinate representation of color #75CAC9: hue angle of 179.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CAC9 is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 201 -
CMYK 0.42 0 0.00 0.21
HSL 179.29º 0.45% 0.63% -
HSV(B) 179.29º 0.42% 0.79% -
XYZ 39 50.24 62.9 -
YUV 176.47 141.84 85.58 -
System Red Green Blue C M Y K H S L
Decimal 117 202 201 0.42 0 0.00 0.21 179.29 0.45 0.63
Hex 75 CA C9 2A 0 0 15 B3 2D 3F
Octal 165 312 311 52 0 0 25 263 55 77
Binary 1110101 11001010 11001001 101010 0 0 10101 10110011 101101 111111

Color Harmonies of #75CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CAC9

Black with #75CAC9

Text Example


Text Example

White with #75CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,201); }

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

background-color css

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

 a { background-color: rgb(117,202,201); }

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

border-color css

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

 span { border-color: rgb(117,202,201); }

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