Html Css Color HEX #75DCBA Downy

📋 copy color: '#75DCBA'

red 117 ◦ green 220 ◦ blue 186

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

Shades of Downy #75DCBA

Tints of Downy #75DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

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

R = 22.37%
G = 42.07%
B = 35.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#75DCBA (or 0x75DCBA) is known color: Downy. HEX triplet: 75, DC and BA. RGB value is (117,220,186). Sum of RGB (Red+Green+Blue) = 117+220+186=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCBA is #8A2345. Grayscale: #B9B9B9. Windows color (decimal): -9052998 or 12246133. OLE color: 12246133.

HSL color Cylindrical-coordinate representation of color #75DCBA: hue angle of 160.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCBA is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 186 -
CMYK 0.47 0 0.15 0.14
HSL 160.19º 0.6% 0.66% -
HSV(B) 160.19º 0.47% 0.86% -
XYZ 41.79 58.51 55.55 -
YUV 185.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 117 220 186 0.47 0 0.15 0.14 160.19 0.6 0.66
Hex 75 DC BA 2F 0 F E A0 3C 42
Octal 165 334 272 57 0 17 16 240 74 102
Binary 1110101 11011100 10111010 101111 0 1111 1110 10100000 111100 1000010

Color Harmonies of #75DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCBA

Black with #75DCBA

Text Example


Text Example

White with #75DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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