Html Css Color HEX #75D9BE Downy

📋 copy color: '#75D9BE'

red 117 ◦ green 217 ◦ blue 190

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

Shades of Downy #75D9BE

Tints of Downy #75D9BE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 22.33%
G = 41.41%
B = 36.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#75D9BE (or 0x75D9BE) is known color: Downy. HEX triplet: 75, D9 and BE. RGB value is (117,217,190). Sum of RGB (Red+Green+Blue) = 117+217+190=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D9BE is #8A2641. Grayscale: #B8B8B8. Windows color (decimal): -9053762 or 12507509. OLE color: 12507509.

HSL color Cylindrical-coordinate representation of color #75D9BE: hue angle of 163.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D9BE is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 190 -
CMYK 0.46 0 0.12 0.15
HSL 163.8º 0.57% 0.65% -
HSV(B) 163.8º 0.46% 0.85% -
XYZ 41.44 57.13 57.56 -
YUV 184.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 117 217 190 0.46 0 0.12 0.15 163.8 0.57 0.65
Hex 75 D9 BE 2E 0 C F A4 39 41
Octal 165 331 276 56 0 14 17 244 71 101
Binary 1110101 11011001 10111110 101110 0 1100 1111 10100100 111001 1000001

Color Harmonies of #75D9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D9BE

Black with #75D9BE

Text Example


Text Example

White with #75D9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,217,190); }

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

background-color css

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

 a { background-color: rgb(117,217,190); }

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

border-color css

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

 span { border-color: rgb(117,217,190); }

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