Html Css Color HEX #75D2BA Downy

📋 copy color: '#75D2BA'

red 117 ◦ green 210 ◦ blue 186

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

Shades of Downy #75D2BA

Tints of Downy #75D2BA

RGB

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

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

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

R = 22.81%
G = 40.94%
B = 36.26%

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

#75D2BA (or 0x75D2BA) is known color: Downy. HEX triplet: 75, D2 and BA. RGB value is (117,210,186). Sum of RGB (Red+Green+Blue) = 117+210+186=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2BA is #8A2D45. Grayscale: #B3B3B3. Windows color (decimal): -9055558 or 12243573. OLE color: 12243573.

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

Color convert

RGB 117 210 186 -
CMYK 0.44 0 0.11 0.18
HSL 164.52º 0.51% 0.64% -
HSV(B) 164.52º 0.44% 0.82% -
XYZ 39.25 53.42 54.7 -
YUV 179.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 117 210 186 0.44 0 0.11 0.18 164.52 0.51 0.64
Hex 75 D2 BA 2C 0 B 12 A5 33 40
Octal 165 322 272 54 0 13 22 245 63 100
Binary 1110101 11010010 10111010 101100 0 1011 10010 10100101 110011 1000000

Color Harmonies of #75D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D2BA

Black with #75D2BA

Text Example


Text Example

White with #75D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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