Html Css Color HEX #75D0BA Downy

📋 copy color: '#75D0BA'

red 117 ◦ green 208 ◦ blue 186

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

Shades of Downy #75D0BA

Tints of Downy #75D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 22.9%
G = 40.7%
B = 36.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#75D0BA (or 0x75D0BA) is known color: Downy. HEX triplet: 75, D0 and BA. RGB value is (117,208,186). Sum of RGB (Red+Green+Blue) = 117+208+186=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #75D0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D0BA is #8A2F45. Grayscale: #B2B2B2. Windows color (decimal): -9056070 or 12243061. OLE color: 12243061.

HSL color Cylindrical-coordinate representation of color #75D0BA: hue angle of 165.49º degrees, saturation: 0.49, 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 #75D0BA is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 186 -
CMYK 0.44 0 0.11 0.18
HSL 165.49º 0.49% 0.64% -
HSV(B) 165.49º 0.44% 0.82% -
XYZ 38.75 52.44 54.53 -
YUV 178.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 117 208 186 0.44 0 0.11 0.18 165.49 0.49 0.64
Hex 75 D0 BA 2C 0 B 12 A5 31 40
Octal 165 320 272 54 0 13 22 245 61 100
Binary 1110101 11010000 10111010 101100 0 1011 10010 10100101 110001 1000000

Color Harmonies of #75D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D0BA

Black with #75D0BA

Text Example


Text Example

White with #75D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,208,186); }

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

background-color css

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

 a { background-color: rgb(117,208,186); }

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

border-color css

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

 span { border-color: rgb(117,208,186); }

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