Html Css Color HEX #75CECC Downy

📋 copy color: '#75CECC'

red 117 ◦ green 206 ◦ blue 204

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

Shades of Downy #75CECC

Tints of Downy #75CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.09%

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

R = 22.2%
G = 39.09%
B = 38.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#75CECC (or 0x75CECC) is known color: Downy. HEX triplet: 75, CE and CC. RGB value is (117,206,204). Sum of RGB (Red+Green+Blue) = 117+206+204=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #75CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CECC is #8A3133. Grayscale: #B3B3B3. Windows color (decimal): -9056564 or 13422197. OLE color: 13422197.

HSL color Cylindrical-coordinate representation of color #75CECC: hue angle of 178.65º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CECC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 204 -
CMYK 0.43 0 0.01 0.19
HSL 178.65º 0.48% 0.63% -
HSV(B) 178.65º 0.43% 0.81% -
XYZ 40.31 52.28 65.09 -
YUV 179.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 117 206 204 0.43 0 0.01 0.19 178.65 0.48 0.63
Hex 75 CE CC 2B 0 1 13 B3 30 3F
Octal 165 316 314 53 0 1 23 263 60 77
Binary 1110101 11001110 11001100 101011 0 1 10011 10110011 110000 111111

Color Harmonies of #75CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CECC

Black with #75CECC

Text Example


Text Example

White with #75CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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