Html Css Color HEX #75DFCD Downy

📋 copy color: '#75DFCD'

red 117 ◦ green 223 ◦ blue 205

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

Shades of Downy #75DFCD

Tints of Downy #75DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

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

R = 21.47%
G = 40.92%
B = 37.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#75DFCD (or 0x75DFCD) is known color: Downy. HEX triplet: 75, DF and CD. RGB value is (117,223,205). Sum of RGB (Red+Green+Blue) = 117+223+205=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFCD is #8A2032. Grayscale: #BDBDBD. Windows color (decimal): -9052211 or 13492085. OLE color: 13492085.

HSL color Cylindrical-coordinate representation of color #75DFCD: hue angle of 169.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFCD is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 205 -
CMYK 0.48 0 0.08 0.13
HSL 169.81º 0.62% 0.67% -
HSV(B) 169.81º 0.48% 0.87% -
XYZ 44.74 60.97 67.17 -
YUV 189.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 117 223 205 0.48 0 0.08 0.13 169.81 0.62 0.67
Hex 75 DF CD 30 0 8 D AA 3E 43
Octal 165 337 315 60 0 10 15 252 76 103
Binary 1110101 11011111 11001101 110000 0 1000 1101 10101010 111110 1000011

Color Harmonies of #75DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFCD

Black with #75DFCD

Text Example


Text Example

White with #75DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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