Html Css Color HEX #75DFC6 Downy

📋 copy color: '#75DFC6'

red 117 ◦ green 223 ◦ blue 198

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

Shades of Downy #75DFC6

Tints of Downy #75DFC6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.45%

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 21.75%
G = 41.45%
B = 36.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#75DFC6 (or 0x75DFC6) is known color: Downy. HEX triplet: 75, DF and C6. RGB value is (117,223,198). Sum of RGB (Red+Green+Blue) = 117+223+198=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFC6 is #8A2039. Grayscale: #BCBCBC. Windows color (decimal): -9052218 or 13033333. OLE color: 13033333.

HSL color Cylindrical-coordinate representation of color #75DFC6: hue angle of 165.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFC6 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 198 -
CMYK 0.48 0 0.11 0.13
HSL 165.85º 0.62% 0.67% -
HSV(B) 165.85º 0.48% 0.87% -
XYZ 43.92 60.63 62.82 -
YUV 188.46 133.38 77.03 -
System Red Green Blue C M Y K H S L
Decimal 117 223 198 0.48 0 0.11 0.13 165.85 0.62 0.67
Hex 75 DF C6 30 0 B D A6 3E 43
Octal 165 337 306 60 0 13 15 246 76 103
Binary 1110101 11011111 11000110 110000 0 1011 1101 10100110 111110 1000011

Color Harmonies of #75DFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFC6

Black with #75DFC6

Text Example


Text Example

White with #75DFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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