Html Css Color HEX #75CAC0 Downy

📋 copy color: '#75CAC0'

red 117 ◦ green 202 ◦ blue 192

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

Shades of Downy #75CAC0

Tints of Downy #75CAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 22.9%
G = 39.53%
B = 37.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#75CAC0 (or 0x75CAC0) is known color: Downy. HEX triplet: 75, CA and C0. RGB value is (117,202,192). Sum of RGB (Red+Green+Blue) = 117+202+192=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #75CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CAC0 is #8A353F. Grayscale: #AFAFAF. Windows color (decimal): -9057600 or 12634741. OLE color: 12634741.

HSL color Cylindrical-coordinate representation of color #75CAC0: hue angle of 172.94º 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 #75CAC0 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 192 -
CMYK 0.42 0 0.05 0.21
HSL 172.94º 0.45% 0.63% -
HSV(B) 172.94º 0.42% 0.79% -
XYZ 37.97 49.83 57.49 -
YUV 175.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 117 202 192 0.42 0 0.05 0.21 172.94 0.45 0.63
Hex 75 CA C0 2A 0 5 15 AD 2D 3F
Octal 165 312 300 52 0 5 25 255 55 77
Binary 1110101 11001010 11000000 101010 0 101 10101 10101101 101101 111111

Color Harmonies of #75CAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CAC0

Black with #75CAC0

Text Example


Text Example

White with #75CAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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