Html Css Color HEX #75DCBE Downy

📋 copy color: '#75DCBE'

red 117 ◦ green 220 ◦ blue 190

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

Shades of Downy #75DCBE

Tints of Downy #75DCBE

RGB

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

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

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

R = 22.2%
G = 41.75%
B = 36.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#75DCBE (or 0x75DCBE) is known color: Downy. HEX triplet: 75, DC and BE. RGB value is (117,220,190). Sum of RGB (Red+Green+Blue) = 117+220+190=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCBE is #8A2341. Grayscale: #B9B9B9. Windows color (decimal): -9052994 or 12508277. OLE color: 12508277.

HSL color Cylindrical-coordinate representation of color #75DCBE: hue angle of 162.52º 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 #75DCBE is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 190 -
CMYK 0.47 0 0.14 0.14
HSL 162.52º 0.6% 0.66% -
HSV(B) 162.52º 0.47% 0.86% -
XYZ 42.22 58.69 57.82 -
YUV 185.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 117 220 190 0.47 0 0.14 0.14 162.52 0.6 0.66
Hex 75 DC BE 2F 0 E E A3 3C 42
Octal 165 334 276 57 0 16 16 243 74 102
Binary 1110101 11011100 10111110 101111 0 1110 1110 10100011 111100 1000010

Color Harmonies of #75DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCBE

Black with #75DCBE

Text Example


Text Example

White with #75DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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