Html Css Color HEX #75D2BE Downy

📋 copy color: '#75D2BE'

red 117 ◦ green 210 ◦ blue 190

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

Shades of Downy #75D2BE

Tints of Downy #75D2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

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

R = 22.63%
G = 40.62%
B = 36.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#75D2BE (or 0x75D2BE) is known color: Downy. HEX triplet: 75, D2 and BE. RGB value is (117,210,190). Sum of RGB (Red+Green+Blue) = 117+210+190=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2BE is #8A2D41. Grayscale: #B3B3B3. Windows color (decimal): -9055554 or 12505717. OLE color: 12505717.

HSL color Cylindrical-coordinate representation of color #75D2BE: hue angle of 167.1º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D2BE is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 210 190 -
CMYK 0.44 0 0.10 0.18
HSL 167.1º 0.51% 0.64% -
HSV(B) 167.1º 0.44% 0.82% -
XYZ 39.68 53.59 56.97 -
YUV 179.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 117 210 190 0.44 0 0.10 0.18 167.1 0.51 0.64
Hex 75 D2 BE 2C 0 A 12 A7 33 40
Octal 165 322 276 54 0 12 22 247 63 100
Binary 1110101 11010010 10111110 101100 0 1010 10010 10100111 110011 1000000

Color Harmonies of #75D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D2BE

Black with #75D2BE

Text Example


Text Example

White with #75D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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