Html Css Color HEX #75DCB8 Downy

📋 copy color: '#75DCB8'

red 117 ◦ green 220 ◦ blue 184

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

Shades of Downy #75DCB8

Tints of Downy #75DCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 22.46%
G = 42.23%
B = 35.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#75DCB8 (or 0x75DCB8) is known color: Downy. HEX triplet: 75, DC and B8. RGB value is (117,220,184). Sum of RGB (Red+Green+Blue) = 117+220+184=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCB8 is #8A2347. Grayscale: #B9B9B9. Windows color (decimal): -9053000 or 12115061. OLE color: 12115061.

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

Color convert

RGB 117 220 184 -
CMYK 0.47 0 0.16 0.14
HSL 159.03º 0.6% 0.66% -
HSV(B) 159.03º 0.47% 0.86% -
XYZ 41.58 58.43 54.43 -
YUV 185.1 127.38 79.43 -
System Red Green Blue C M Y K H S L
Decimal 117 220 184 0.47 0 0.16 0.14 159.03 0.6 0.66
Hex 75 DC B8 2F 0 10 E 9F 3C 42
Octal 165 334 270 57 0 20 16 237 74 102
Binary 1110101 11011100 10111000 101111 0 10000 1110 10011111 111100 1000010

Color Harmonies of #75DCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCB8

Black with #75DCB8

Text Example


Text Example

White with #75DCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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