Html Css Color HEX #75C6C2 Downy

📋 copy color: '#75C6C2'

red 117 ◦ green 198 ◦ blue 194

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

Shades of Downy #75C6C2

Tints of Downy #75C6C2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.9%

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 22.99%
G = 38.9%
B = 38.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#75C6C2 (or 0x75C6C2) is known color: Downy. HEX triplet: 75, C6 and C2. RGB value is (117,198,194). Sum of RGB (Red+Green+Blue) = 117+198+194=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C6C2 is #8A393D. Grayscale: #ADADAD. Windows color (decimal): -9058622 or 12764789. OLE color: 12764789.

HSL color Cylindrical-coordinate representation of color #75C6C2: hue angle of 177.04º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C6C2 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 194 -
CMYK 0.41 0 0.02 0.22
HSL 177.04º 0.42% 0.62% -
HSV(B) 177.04º 0.41% 0.78% -
XYZ 37.27 48.07 58.35 -
YUV 173.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 117 198 194 0.41 0 0.02 0.22 177.04 0.42 0.62
Hex 75 C6 C2 29 0 2 16 B1 2A 3E
Octal 165 306 302 51 0 2 26 261 52 76
Binary 1110101 11000110 11000010 101001 0 10 10110 10110001 101010 111110

Color Harmonies of #75C6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C6C2

Black with #75C6C2

Text Example


Text Example

White with #75C6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,198,194); }

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

background-color css

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

 a { background-color: rgb(117,198,194); }

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

border-color css

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

 span { border-color: rgb(117,198,194); }

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