Html Css Color HEX #75DDD0 Downy

📋 copy color: '#75DDD0'

red 117 ◦ green 221 ◦ blue 208

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

Shades of Downy #75DDD0

Tints of Downy #75DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 21.43%
G = 40.48%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#75DDD0 (or 0x75DDD0) is known color: Downy. HEX triplet: 75, DD and D0. RGB value is (117,221,208). Sum of RGB (Red+Green+Blue) = 117+221+208=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDD0 is #8A222F. Grayscale: #BCBCBC. Windows color (decimal): -9052720 or 13688181. OLE color: 13688181.

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

Color convert

RGB 117 221 208 -
CMYK 0.47 0 0.06 0.13
HSL 172.5º 0.6% 0.66% -
HSV(B) 172.5º 0.47% 0.87% -
XYZ 44.58 60.05 68.92 -
YUV 188.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 117 221 208 0.47 0 0.06 0.13 172.5 0.6 0.66
Hex 75 DD D0 2F 0 6 D AC 3C 42
Octal 165 335 320 57 0 6 15 254 74 102
Binary 1110101 11011101 11010000 101111 0 110 1101 10101100 111100 1000010

Color Harmonies of #75DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDD0

Black with #75DDD0

Text Example


Text Example

White with #75DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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