Html Css Color HEX #75DFCC Downy

📋 copy color: '#75DFCC'

red 117 ◦ green 223 ◦ blue 204

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

Shades of Downy #75DFCC

Tints of Downy #75DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 21.51%
G = 40.99%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#75DFCC (or 0x75DFCC) is known color: Downy. HEX triplet: 75, DF and CC. RGB value is (117,223,204). Sum of RGB (Red+Green+Blue) = 117+223+204=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFCC is #8A2033. Grayscale: #BDBDBD. Windows color (decimal): -9052212 or 13426549. OLE color: 13426549.

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

Color convert

RGB 117 223 204 -
CMYK 0.48 0 0.09 0.13
HSL 169.25º 0.62% 0.67% -
HSV(B) 169.25º 0.48% 0.87% -
XYZ 44.62 60.92 66.53 -
YUV 189.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 117 223 204 0.48 0 0.09 0.13 169.25 0.62 0.67
Hex 75 DF CC 30 0 9 D A9 3E 43
Octal 165 337 314 60 0 11 15 251 76 103
Binary 1110101 11011111 11001100 110000 0 1001 1101 10101001 111110 1000011

Color Harmonies of #75DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFCC

Black with #75DFCC

Text Example


Text Example

White with #75DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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