Html Css Color HEX #75DDCB Downy

📋 copy color: '#75DDCB'

red 117 ◦ green 221 ◦ blue 203

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

Shades of Downy #75DDCB

Tints of Downy #75DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 21.63%
G = 40.85%
B = 37.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#75DDCB (or 0x75DDCB) is known color: Downy. HEX triplet: 75, DD and CB. RGB value is (117,221,203). Sum of RGB (Red+Green+Blue) = 117+221+203=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDCB is #8A2234. Grayscale: #BBBBBB. Windows color (decimal): -9052725 or 13360501. OLE color: 13360501.

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

Color convert

RGB 117 221 203 -
CMYK 0.47 0 0.08 0.13
HSL 169.62º 0.6% 0.66% -
HSV(B) 169.62º 0.47% 0.87% -
XYZ 43.97 59.81 65.73 -
YUV 187.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 117 221 203 0.47 0 0.08 0.13 169.62 0.6 0.66
Hex 75 DD CB 2F 0 8 D AA 3C 42
Octal 165 335 313 57 0 10 15 252 74 102
Binary 1110101 11011101 11001011 101111 0 1000 1101 10101010 111100 1000010

Color Harmonies of #75DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDCB

Black with #75DDCB

Text Example


Text Example

White with #75DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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