Html Css Color HEX #75DDCD Downy

📋 copy color: '#75DDCD'

red 117 ◦ green 221 ◦ blue 205

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

Shades of Downy #75DDCD

Tints of Downy #75DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 21.55%
G = 40.7%
B = 37.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#75DDCD (or 0x75DDCD) is known color: Downy. HEX triplet: 75, DD and CD. RGB value is (117,221,205). Sum of RGB (Red+Green+Blue) = 117+221+205=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDCD is #8A2232. Grayscale: #BCBCBC. Windows color (decimal): -9052723 or 13491573. OLE color: 13491573.

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

Color convert

RGB 117 221 205 -
CMYK 0.47 0 0.07 0.13
HSL 170.77º 0.6% 0.66% -
HSV(B) 170.77º 0.47% 0.87% -
XYZ 44.21 59.9 66.99 -
YUV 188.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 117 221 205 0.47 0 0.07 0.13 170.77 0.6 0.66
Hex 75 DD CD 2F 0 7 D AB 3C 42
Octal 165 335 315 57 0 7 15 253 74 102
Binary 1110101 11011101 11001101 101111 0 111 1101 10101011 111100 1000010

Color Harmonies of #75DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDCD

Black with #75DDCD

Text Example


Text Example

White with #75DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,221,205); }

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

background-color css

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

 a { background-color: rgb(117,221,205); }

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

border-color css

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

 span { border-color: rgb(117,221,205); }

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